Revert "vitest: Add threshold on vitest to check locally"

This reverts commit e5509ba49b.
This commit is contained in:
Valere
2025-11-27 16:43:12 +01:00
parent e5509ba49b
commit c00e332dd8

View File

@@ -25,12 +25,6 @@ export default defineConfig((configEnv) =>
"src/utils/test-fixtures.ts",
"playwright/**",
],
thresholds: {
lines: 80,
functions: 80,
branches: 80,
statements: 80,
},
},
},
}),