Skip to content

Commit c113333

Browse files
committed
Update coverage
1 parent 0d04bff commit c113333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ 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: 80,
9+
branches: 75,
1010
functions: 78,
11-
lines: 79,
12-
statements: 79,
11+
lines: 76,
12+
statements: 76,
1313
},
1414
},
1515
})

0 commit comments

Comments
 (0)