increase coverage requirement
This commit is contained in:
parent
e85059b13c
commit
ea78fab126
@ -7,6 +7,9 @@ module.exports = {
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
lines: 100,
|
||||
branches: 100,
|
||||
functions: 100,
|
||||
statements: 100,
|
||||
},
|
||||
},
|
||||
modulePathIgnorePatterns: ['<rootDir>/build/'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user