diff --git a/jest.config.base.js b/jest.config.base.js index a80ae07..ba611dd 100644 --- a/jest.config.base.js +++ b/jest.config.base.js @@ -9,10 +9,10 @@ module.exports = { coverageReporters: ['json', 'lcov', 'text', 'clover'], coverageThreshold: { global: { - branches: 99, - functions: 99, - lines: 99, - statements: 99, + branches: 90, + functions: 90, + lines: 90, + statements: 90, }, },