diff --git a/jest.config.json b/jest.config.json index 8ad786d..5f2b11c 100644 --- a/jest.config.json +++ b/jest.config.json @@ -2,7 +2,7 @@ "projects": ["/packages/*"], "coverageThreshold": { "global": { - "branches": 30, + "branches": 20, "functions": 30, "lines": 30, "statements": 30