diff --git a/jest.config.js b/jest.config.js index e4d90732..47226cec 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,10 +9,10 @@ module.exports = { testMatch: ["/src/**/?(*.)+(spec|test).[jt]s?(x)"], coverageThreshold: { global: { - branches: 80, + branches: 60, functions: 50, lines: 50, - statements: 80, + statements: 60, }, }, errorOnDeprecated: false,