diff --git a/jest.config.json b/jest.config.json index 30f47de4..19ef2e9b 100644 --- a/jest.config.json +++ b/jest.config.json @@ -11,10 +11,10 @@ "coverageThreshold": { "global": { - "branches": 1, - "functions": 1, - "lines": 1, - "statements": 1 + "branches": 80, + "functions": 80, + "lines": 80, + "statements": 80 } } }