We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d43ac6 commit 023cb69Copy full SHA for 023cb69
1 file changed
jest.config.js
@@ -44,7 +44,7 @@ module.exports = {
44
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**'],
45
coverageThreshold: {
46
"global": {
47
- "branches": 60,
+ "branches": 65,
48
"functions": 80,
49
"lines": 80,
50
"statements": 80
0 commit comments