Skip to content

Commit 2e0923e

Browse files
committed
Adjust coverage thresholds
1 parent 69fb5ec commit 2e0923e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
coverageReporters: ['text', 'html'],
77
coverageThreshold: {
88
global: {
9-
branches: 75.52,
9+
branches: 74.65,
1010
functions: 92.5,
1111
lines: 92.52,
1212
statements: 92.51,

0 commit comments

Comments
 (0)