diff --git a/backend/jest.config.js b/backend/jest.config.js index 4956bc9..0a6c65f 100644 --- a/backend/jest.config.js +++ b/backend/jest.config.js @@ -20,5 +20,5 @@ module.exports = { '!src/logging/**' /* exclude logging setup */ ], setupFilesAfterEnv: ['./jest.setup.js'] /* Global set up file */, - workerIdleMemoryLimit: '512mb' + // workerIdleMemoryLimit: '512mb' }; \ No newline at end of file