From 7a4fb7c7fc66159d846442d50e49793d1724de7c Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Wed, 2 Oct 2024 15:30:42 -0700 Subject: [PATCH] reduce global testing threshold --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 02e08ede..91665403 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,7 +14,7 @@ module.exports = { }, coverageThreshold: { global: { - lines: 50, + lines: 25, statements: 50, }, "./src/state/*/selectors/index.ts": {