Skip to content

Commit 48a67dc

Browse files
committed
Remove threshold for test coverage
1 parent 07002d9 commit 48a67dc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vitest.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ export default defineConfig({
1414
'**/*.test.js',
1515
'coverage/**',
1616
],
17-
thresholds: {
18-
statements: 70,
19-
branches: 85,
20-
functions: 85,
21-
lines: 70,
22-
},
2317
},
2418
},
2519
});

0 commit comments

Comments
 (0)