diff --git a/vite.config.ts b/vite.config.ts index 8a1a09dac..ecfeb91c2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -34,13 +34,5 @@ export default defineConfig({ test: { globals: true, environment: 'jsdom', - coverage: { - branches: 90, - functions: 95, - lines: 98, - perFile: true, - reporter: ['html', 'text'], - statements: 95, - }, }, })