From 284b8b36e03e1be0dc878418218712d77218188e Mon Sep 17 00:00:00 2001 From: macbre Date: Fri, 24 May 2024 21:20:15 +0100 Subject: [PATCH] jest: be less strict regarding the code coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85d8abc3..fe49bba7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "coverageThreshold": { "global": { "statements": 89, - "branches": 85, + "branches": 80, "functions": 89, "lines": 89 }