Skip to content

Commit 559dc7e

Browse files
authored
chore: Update jest.config.js
lowering the test thresholds to something more reasonable.
1 parent 6fe1903 commit 559dc7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ module.exports = {
2121
collectCoverage: true,
2222
coverageThreshold: {
2323
global: {
24-
branches: 100,
25-
functions: 100,
26-
lines: 100,
27-
statements: 100,
24+
branches: 90,
25+
functions: 90,
26+
lines: 90,
27+
statements: 90,
2828
},
2929
},
3030
};

0 commit comments

Comments
 (0)