Skip to content

Commit 5f73fe2

Browse files
committed
Revert "coverage"
This reverts commit 222b6ab.
1 parent 541fef4 commit 5f73fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ module.exports = {
1616
coverageThreshold: {
1717
global: {
1818
branches: 55,
19-
functions: 70,
20-
lines: 75,
19+
functions: 75,
20+
lines: 80,
2121
statements: 75,
2222
},
2323
},

0 commit comments

Comments
 (0)