diff --git a/package.json b/package.json index 741e8d7..3954c1b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,14 @@ "jest": { "clearMocks": true, "collectCoverage": true, + "coverageThreshold": { + "global": { + "branches": 80, + "functions": 100, + "lines": 100, + "statements": 100 + } + }, "moduleFileExtensions": ["js", "ts"], "testEnvironment": "node", "testMatch": ["**/*.test.ts"],