Skip to content

Commit 15ae867

Browse files
committed
test: decrease coverage threshold for utils detection branches
1 parent 71af089 commit 15ae867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
},
1313
// TODO drop this custom threshold in v4
1414
'./lib/detect-testing-library-utils.ts': {
15-
branches: 90,
15+
branches: 50,
1616
functions: 90,
1717
lines: 90,
1818
statements: 90,

0 commit comments

Comments
 (0)