diff --git a/backend/jest.config.js b/backend/jest.config.js index 5d562bdc5..8b322d76c 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -7,7 +7,7 @@ module.exports = { collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'], coverageThreshold: { global: { - lines: 83, + lines: 85, }, }, setupFiles: ['/test/testSetup.ts'],