diff --git a/jest.config.js b/jest.config.js index 37d15eb8f92..3f0649aa634 100644 --- a/jest.config.js +++ b/jest.config.js @@ -61,9 +61,4 @@ module.exports = { "/libs/vault/jest.config.js", "/libs/subscription/jest.config.js", ], - - // Workaround for a memory leak that crashes tests in CI: - // https://github.com/facebook/jest/issues/9430#issuecomment-1149882002 - // Also anecdotally improves performance when run locally - maxWorkers: 3, };