From 24dc86944736ecd76d88d054efe337582cf38f45 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 26 Mar 2024 13:54:08 -0400 Subject: [PATCH] Temp rollback of unit test percent. --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 7a8b2eb2b..bdbc228e6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -31,7 +31,7 @@ module.exports = { testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"], coverageThreshold: { global: { - statements: 77, + statements: 70, }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit