From e7533f3c9c2271692748620c91eb4f30b590ad17 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Wed, 6 Apr 2022 10:31:48 -0400 Subject: [PATCH] CSR-436: temporarily lower code coverage --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 631d0b9c4..c1edf3074 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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 }, },