chore: Increased jest test coverage thresholds (#16871)
This commit is contained in:
parent
bce1ef911e
commit
624cbff681
1 changed files with 4 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue