Reduce coverage

This commit is contained in:
Maximilian Harz 2025-04-29 10:57:41 +02:00
parent f6fbc79f89
commit b1c8f72a57

View File

@ -15,10 +15,7 @@ export default defineConfig({
exclude: [...configDefaults.exclude, 'src/**/*.cy.tsx'],
reporter: ['html', 'json-summary'],
thresholds: {
lines: 2,
functions: 54,
branches: 56,
statements: 1,
lines: 1,
},
},
},