We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afce55 commit 149ce65Copy full SHA for 149ce65
jest.config.js
@@ -44,7 +44,7 @@ module.exports = {
44
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**'],
45
coverageThreshold: {
46
"global": {
47
- "branches": 65,
+ "branches": 63,
48
"functions": 80,
49
"lines": 80,
50
"statements": 80
0 commit comments