Add context test

This commit is contained in:
Alejandro Celaya
2025-11-15 10:57:39 +01:00
parent 4b655761c6
commit b6f1db57ee
3 changed files with 41 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ export default defineConfig({
thresholds: {
statements: 95,
branches: 89, // FIXME Increase to 95 again. It dropped after updating to vitest 4
functions: 95,
functions: 93,
lines: 95,
},
},