diff --git a/jest.default.config.js b/jest.default.config.js index fed1dcef31..2d591cd833 100644 --- a/jest.default.config.js +++ b/jest.default.config.js @@ -35,10 +35,10 @@ module.exports = { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 60, - functions: 75, - lines: 75, - statements: 75, + branches: 30, + functions: 40, + lines: 50, + statements: 50, }, },