Lower test coverage

This commit is contained in:
Maximilian Harz 2025-02-07 18:21:32 +01:00
parent 5835a71588
commit bface9c397

View File

@ -14,8 +14,8 @@ export default defineConfig({
exclude: [...configDefaults.exclude], exclude: [...configDefaults.exclude],
thresholds: { thresholds: {
lines: 0, lines: 0,
functions: 67, functions: 66,
branches: 67, branches: 66,
statements: 0, statements: 0,
}, },
}, },