From b671e5d5d134d465675f389116bcdd55bc490ba1 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Thu, 16 Nov 2023 09:58:38 -0500 Subject: [PATCH] CSR-1393 | Drop coverage % --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 87d9800fb..f917aca5d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -29,7 +29,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 75, + statements: 73, }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit