Skip to content

Commit 167e1f9

Browse files
committed
Update minimum coverage due to added lines for React 18
1 parent f36122c commit 167e1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ module.exports = Object.assign(jestConfig, {
88
// minimum coverage of jobs using React 17 and 18
99
branches: 80,
1010
functions: 78,
11-
lines: 84,
12-
statements: 84,
11+
lines: 79,
12+
statements: 79,
1313
},
1414
},
1515
})

0 commit comments

Comments
 (0)