Skip to content

Commit 7911bdf

Browse files
committed
Update minimal coverage
1 parent 904997f commit 7911bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = Object.assign(jestConfig, {
66
// full coverage across the build matrix (React 17, 18) but not in a single job
77
'./src/pure': {
88
// minimum coverage of jobs using React 17 and 18
9-
branches: 85,
9+
branches: 82,
1010
functions: 76,
1111
lines: 81,
1212
statements: 81,

0 commit comments

Comments
 (0)