Skip to content

Commit 996e1b6

Browse files
committed
Update vitest.config.mjs
1 parent 5b8b185 commit 996e1b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vitest.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ export default defineConfig({
88
reporter: ['json', 'lcov', 'text', 'clover', 'json-summary', 'html'],
99
provider: 'v8',
1010
thresholds: {
11+
// We want to boost this to 80%, but that should happen in a separate PR
1112
statements: 2,
1213
branches: 2,
13-
functions: 2,
14+
functions: 0,
1415
lines: 2,
1516
perFile: true,
1617
},

0 commit comments

Comments
 (0)