We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36122c commit 167e1f9Copy full SHA for 167e1f9
1 file changed
jest.config.js
@@ -8,8 +8,8 @@ module.exports = Object.assign(jestConfig, {
8
// minimum coverage of jobs using React 17 and 18
9
branches: 80,
10
functions: 78,
11
- lines: 84,
12
- statements: 84,
+ lines: 79,
+ statements: 79,
13
},
14
15
})
0 commit comments