From 64c3082d5f1a2d04274915b4ca14dd27ad52c43b Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 2 Oct 2023 14:29:17 -0400 Subject: [PATCH] CSR-1392 jest coverage level change --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 14d2d27d3..cb4263f48 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,7 +27,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 80, + statements: 79, }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit