Lower test coverage

This commit is contained in:
Maximilian Harz 2025-03-10 20:15:23 +01:00
parent b238ea99da
commit 49e9766a19

View File

@ -16,6 +16,9 @@ export default defineConfig({
reporter: ['html', 'json-summary'],
thresholds: {
lines: 1,
functions: 54,
branches: 56,
statements: 1,
},
},
},