diff --git a/tests/javascripts/jest.config.js b/tests/javascripts/jest.config.js index 125e7f8ca..6b649f57f 100644 --- a/tests/javascripts/jest.config.js +++ b/tests/javascripts/jest.config.js @@ -3,7 +3,7 @@ module.exports = { coverageDirectory: './coverage', coverageThreshold: { global: { - branches: 80, + branches: 75, functions: 90, lines: 90, statements: 90,