Bumped jest test coverage thresholds. (#11391)
This commit is contained in:
parent
40ecfd6f0f
commit
964a6df518
1 changed files with 4 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue