Skip to content

Commit 0ecd53d

Browse files
committed
🔧 chore: update jest coverageThreshold
1 parent cb69cec commit 0ecd53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: jest.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ module.exports = {
66
...baseConfig,
77
coverageThreshold: {
88
global: {
9-
branches: 90,
9+
branches: 95,
1010
functions: 100,
11-
lines: 100,
12-
statements: 100,
11+
lines: 95,
12+
statements: 95,
1313
},
1414
},
1515
}

0 commit comments

Comments
 (0)