feat: 添加单元测试
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m47s

This commit is contained in:
2025-10-27 14:12:43 +08:00
parent 9294cd3199
commit 73e920cd8d
4 changed files with 141 additions and 54 deletions

View File

@ -1,8 +1,3 @@
import {
formatFileSize,
getFileExtension,
formatFileExtension,
} from '@/utils/file';
import { expect, test, describe } from 'vitest';
/**