Bumped jest test coverage thresholds. (#11391)

This commit is contained in:
Nick Taylor 2020-11-12 11:20:31 -05:00 committed by GitHub
parent 40ecfd6f0f
commit 964a6df518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,10 @@ module.exports = {
],
coverageThreshold: {
global: {
statements: 41,
branches: 35,
functions: 39,
lines: 41,
statements: 42,
branches: 39,
functions: 41,
lines: 42,
},
},
moduleNameMapper: {