chore: remove report.json (#15466)

This commit is contained in:
一只前端汪 2024-01-11 18:45:15 +08:00 committed by GitHub
parent 4ac4750158
commit be2ac9b964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ export default defineConfig({
clearMocks: true,
environment: 'jsdom',
setupFiles: ['./vitest.setup.ts'],
outputFile: 'report.json',
reporters: ['json', 'default'],
transformMode: {
web: [/\.[jt]sx$/],