Skip to content

Commit 3b168ae

Browse files
authored
Update jest.config.js
1 parent 01d0101 commit 3b168ae

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
@@ -72,8 +72,8 @@ export default {
7272
],
7373
coverageThreshold: {
7474
global: {
75-
lines: 20,
76-
statements: 20,
75+
lines: 1,
76+
statements: 1,
7777
},
7878
},
7979
testPathIgnorePatterns: [

0 commit comments

Comments
 (0)