diff --git a/jest.config.js b/jest.config.js index ca941a68..dd9f2efc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,6 @@ module.exports = { preset: 'ts-jest', - workerIdleMemoryLimit: 0.5, + workerIdleMemoryLimit: 0.75, testEnvironment: 'jsdom', testRegex: '(\\.(test|spec))\\.(ts|tsx|js)$', transform: {