diff --git a/backend/jest.config.js b/backend/jest.config.js index 1529fad55..5d562bdc5 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: 86, + lines: 83, }, }, setupFiles: ['/test/testSetup.ts'], diff --git a/federation/jest.config.js b/federation/jest.config.js index 25ff58fb3..cffb79835 100644 --- a/federation/jest.config.js +++ b/federation/jest.config.js @@ -6,7 +6,7 @@ module.exports = { collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'], coverageThreshold: { global: { - lines: 76, + lines: 74, }, }, setupFiles: ['/test/testSetup.ts'],