From 1999b2f1501895626112246446ab98c22519059a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:05:26 -0700 Subject: [PATCH] Update jest.config.js --- src-ui/jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/jest.config.js b/src-ui/jest.config.js index 14892964e..78edc0822 100644 --- a/src-ui/jest.config.js +++ b/src-ui/jest.config.js @@ -11,4 +11,5 @@ module.exports = { moduleNameMapper: { '^src/(.*)': '/src/$1', }, + workerIdleMemoryLimit: '512MB', }