Archived
1
0

chore: increase jest coverage threshold to 60

This commit is contained in:
Joe Previte 2021-07-21 11:15:17 -07:00
parent da4f87a7dc
commit 7ac015ed80
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -148,7 +148,7 @@
], ],
"coverageThreshold": { "coverageThreshold": {
"global": { "global": {
"lines": 40 "lines": 60
} }
}, },
"modulePathIgnorePatterns": [ "modulePathIgnorePatterns": [