diff --git a/jest.config.js b/jest.config.js index 7651ca9..26073e9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,10 +11,10 @@ module.exports = { ], coverageThreshold: { global: { - branches: 20, - functions: 25, - lines: 25, - statements: 25, + branches: 30, + functions: 35, + lines: 35, + statements: 35, }, }, coverageReporters: ['text', 'lcov', 'html', 'json'],