Skip to content

Commit 64af60c

Browse files
committed
chore: change coverageThreshold
1 parent 463e5ef commit 64af60c

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
@@ -27,7 +27,7 @@ module.exports = {
2727
statements: 84,
2828
branches: 74,
2929
functions: 84,
30-
lines: 85,
30+
lines: 84,
3131
},
3232
},
3333
testMatch: ['**/__tests__/**/*.test.ts', '**/*.test.ts'],

0 commit comments

Comments
 (0)