We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904997f commit 7911bdfCopy full SHA for 7911bdf
jest.config.js
@@ -6,7 +6,7 @@ module.exports = Object.assign(jestConfig, {
6
// full coverage across the build matrix (React 17, 18) but not in a single job
7
'./src/pure': {
8
// minimum coverage of jobs using React 17 and 18
9
- branches: 85,
+ branches: 82,
10
functions: 76,
11
lines: 81,
12
statements: 81,
0 commit comments