Set branches coverage to 89 because I don't see the necessarily to test the scss

This commit is contained in:
Wolfgang Huß 2024-04-23 17:42:38 +02:00
parent ad7fb6fcdd
commit cd54ac0048

View File

@ -28,7 +28,7 @@ export default mergeConfig(
thresholds: {
lines: 84,
// functions: 20, // has problems see https://github.com/vitest-dev/vitest/issues/3607
branches: 92,
branches: 89,
statements: 84,
},
},