diff --git a/backend/jest.config.js b/backend/jest.config.js index 9837dca0d..264ad13c0 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -11,7 +11,7 @@ module.exports = { ], coverageThreshold: { global: { - lines: 57, + lines: 70, }, }, testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],