Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 6e2f116

Browse files
committed
update jest ccoverage thresholds
1 parent 91cccf2 commit 6e2f116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ module.exports = {
2121
// An object that configures minimum threshold enforcement for coverage results
2222
coverageThreshold: {
2323
global: {
24-
branches: 91.3,
24+
branches: 90.9,
2525
functions: 100,
26-
lines: 98.51,
27-
statements: 98.51,
26+
lines: 98.56,
27+
statements: 98.56,
2828
},
2929
},
3030

0 commit comments

Comments
 (0)