Skip to content

Commit 18e29a4

Browse files
committed
decrease branches coverage requirement
1 parent d318b64 commit 18e29a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
collectCoverage: true,
66
coverageThreshold: {
77
global: {
8-
branches: 93.5,
8+
branches: 93,
99
functions: 98,
1010
lines: 97,
1111
statements: 97,

0 commit comments

Comments
 (0)