diff --git a/backend/jest.config.js b/backend/jest.config.js index 8b6f53f9f..c9fbd6e81 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: 90, + lines: 89, }, }, setupFiles: ['/test/testSetup.ts'],