Skip to content

Commit 023cb69

Browse files
committed
Revert decreasing of brnach coverage
1 parent 2d43ac6 commit 023cb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/node_modules/**'],
4545
coverageThreshold: {
4646
"global": {
47-
"branches": 60,
47+
"branches": 65,
4848
"functions": 80,
4949
"lines": 80,
5050
"statements": 80

0 commit comments

Comments
 (0)