diff --git a/backend/jest.config.js b/backend/jest.config.js index 1de74762b..d23b624a9 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: 77, + lines: 76, }, }, setupFiles: ['/test/testSetup.ts'],