Skip to content

Commit 7ecedb2

Browse files
committed
update coverage expectations
1 parent f241019 commit 7ecedb2

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
@@ -10,10 +10,10 @@ module.exports = {
1010
],
1111
coverageThreshold: {
1212
global: {
13-
branches: 54,
14-
functions: 56,
15-
lines: 62,
16-
statements: 61,
13+
branches: 59,
14+
functions: 62,
15+
lines: 67,
16+
statements: 66,
1717
}
1818
},
1919
setupFiles: ['./jest.setup.js'],

0 commit comments

Comments
 (0)