diff --git a/jest.config.json b/jest.config.json index 6031739..6b23806 100644 --- a/jest.config.json +++ b/jest.config.json @@ -2,10 +2,10 @@ "projects": ["/packages/*"], "coverageThreshold": { "global": { - "branches": 90, - "functions": 95, - "lines": 95, - "statements": 95 + "branches": 30, + "functions": 30, + "lines": 30, + "statements": 30 } } -} \ No newline at end of file +}