Skip to content

Commit 588594d

Browse files
committed
reduce jest branch coverage 97
1 parent 3b7c5d6 commit 588594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
// An object that configures minimum threshold enforcement for coverage results
2222
coverageThreshold: {
2323
global: {
24-
branches: 100,
24+
branches: 97,
2525
functions: 100,
2626
lines: 100,
2727
statements: 100,

0 commit comments

Comments
 (0)