Skip to content

Commit 734a694

Browse files
committed
update jest coverage
1 parent 7997c71 commit 734a694

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
@@ -45,10 +45,10 @@ const baseConfig = {
4545
// An object that configures minimum threshold enforcement for coverage results
4646
coverageThreshold: {
4747
global: {
48-
branches: 70.2,
49-
functions: 72.07,
50-
lines: 71.03,
51-
statements: 71.16,
48+
branches: 70.68,
49+
functions: 72.32,
50+
lines: 71.27,
51+
statements: 71.39,
5252
},
5353
},
5454

0 commit comments

Comments
 (0)