diff --git a/jest.config.js b/jest.config.js index d966d27d..a6178f5e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,10 +6,10 @@ module.exports = { collectCoverageFrom: ["src/*.ts"], coverageThreshold: { global: { - branches: 75, - functions: 75, - lines: 75, - statements: 75, + branches: 50, + functions: 50, + lines: 50, + statements: 50, }, }, }