Skip to content

Commit 26f92fc

Browse files
committed
🔧 chore: update coverageThreshold
1 parent 43896da commit 26f92fc

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,9 +6,9 @@ module.exports = {
66
...baseConfig,
77
coverageThreshold: {
88
global: {
9-
branches: 95,
10-
functions: 100,
11-
lines: 100,
9+
branches: 90,
10+
functions: 95,
11+
lines: 95,
1212
statements: 95,
1313
},
1414
},

0 commit comments

Comments
 (0)