From 4c38290e8d7ca486da250fbda5e159b437043572 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Thu, 3 Nov 2022 09:57:12 -0400 Subject: [PATCH] CSR-731 | Dropping coverage % Have unit tests ready to go but not complete yet --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 80b382c5a..c5401c28f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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 }, },