We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6932d commit 6e4ac87Copy full SHA for 6e4ac87
vitest.config.mjs
@@ -10,7 +10,7 @@ export default defineConfig({
10
thresholds: process.env.BASE !== "dev" ? {
11
statements: 60.94, // should be 100% but we are missing some tests
12
lines: 60.94, // should be 100% but we are missing some tests
13
- functions: 51.63, // should be 100% but we are missing some tests
+ functions: 51.33, // should be 100% but we are missing some tests
14
// branches: 56.77, // need to discuss whether we should check/increase this
15
} : {}
16
},
0 commit comments