Since we've added more testing, coverage thresholds can be bumped up a bit. (#8824)

This commit is contained in:
Nick Taylor 2020-06-22 08:16:22 -04:00 committed by GitHub
parent 7d73872afb
commit 618fc4f902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@ module.exports = {
],
coverageThreshold: {
global: {
statements: 38,
branches: 34,
functions: 34,
lines: 39,
statements: 40,
branches: 35,
functions: 39,
lines: 41,
},
},
moduleNameMapper: {