chore: Increased jest test coverage thresholds (#16871)

This commit is contained in:
Nick Taylor 2022-03-15 10:22:46 -04:00 committed by GitHub
parent bce1ef911e
commit 624cbff681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,10 @@ module.exports = {
],
coverageThreshold: {
global: {
statements: 41,
branches: 38,
functions: 40,
lines: 42,
statements: 43,
branches: 45,
functions: 42,
lines: 44,
},
},
moduleNameMapper: {