From 6ec21b00c1f09efec52d4c154886a9e8dad80b08 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Fri, 5 May 2023 14:29:21 -0400 Subject: [PATCH] build(testing): jest, relax branch coverage (#1122) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 75ddcb9e5..fccc8b242 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,7 +20,7 @@ module.exports = { ], coverageThreshold: { global: { - branches: 80, + branches: 75, functions: 80, lines: 90, statements: 90