diff --git a/jest.config.json b/jest.config.json index 64e064e..954186e 100644 --- a/jest.config.json +++ b/jest.config.json @@ -14,7 +14,7 @@ "collectCoverageFrom": ["./src/**"], "coverageThreshold": { "global": { - "branches": 55, + "branches": 50, "functions": 90, "lines": 80, "statements": 80