diff --git a/tests/javascripts/jest.config.js b/tests/javascripts/jest.config.js index 75dfe255b..32f9c0467 100644 --- a/tests/javascripts/jest.config.js +++ b/tests/javascripts/jest.config.js @@ -4,9 +4,9 @@ module.exports = { coverageThreshold: { global: { branches: 75, - functions: 90, - lines: 90, - statements: 90, + functions: 80, + lines: 80, + statements: 80, } }, setupFiles: ['./support/setup.js', './support/jest.setup.js'],