CSR-436: temporarily lower code coverage
This commit is contained in:
parent
9eb32a6a52
commit
e7533f3c9c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 88,
|
||||
statements: 87,
|
||||
// Got the go ahead from Mark to temporarily lower this. Taking out initialize component made the year,make,model and style coverage drop a bit. Once unit tests for license plate lookup, vin lookup and address lookup are in the coverage should go back up to 90
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue