diff --git a/package.json b/package.json index 8658560..ce6e4af 100644 --- a/package.json +++ b/package.json @@ -44,14 +44,6 @@ "testMatch": [ "/test/**/*.spec.(ts|tsx)" ], - "coverageThreshold": { - "global": { - "branches": 57, - "functions": 68, - "lines": 73, - "statements": -75 - } - }, "setupFilesAfterEnv": [ "./setupJestEnv.ts" ]