CSR-731 | Dropping coverage %

Have unit tests ready to go but not complete yet
This commit is contained in:
Scott Kiener 2022-11-03 09:57:12 -04:00
parent b57ae2b7ea
commit 4c38290e8d

View file

@ -28,7 +28,7 @@ module.exports = {
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
coverageThreshold: {
global: {
statements: 83,
statements: 82,
// 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
},
},