Skip to content

Commit 9969f01

Browse files
committed
SITE-1152: Temporarily™ lower coverage tresholds
1 parent d969757 commit 9969f01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jest.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ module.exports = {
2222
],
2323
coverageThreshold: {
2424
global: {
25-
branches: 100,
26-
functions: 100,
27-
lines: 100,
28-
statements: 100,
25+
branches: 95,
26+
functions: 95,
27+
lines: 95,
28+
statements: 95,
2929
},
3030
},
3131
};

0 commit comments

Comments
 (0)