test: reomve reporter json (#16572)

This commit is contained in:
btea 2024-04-20 19:54:47 +08:00 committed by GitHub
parent a997ff24e3
commit dbde501d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ export default defineConfig({
clearMocks: true,
environment: 'jsdom',
setupFiles: ['./vitest.setup.ts'],
reporters: ['json', 'default'],
reporters: ['default'],
testTransformMode: {
web: ['*.{ts,tsx}'],
},