Skip to content

Commit c99afd0

Browse files
authored
Merge pull request #15975 from github/peterbe-reduce-max_old_space_size-for-jest-tests
reduce max_old_space_size for jest tests
1 parent cf1f06f commit c99afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"translation-check": "start-server-and-test translation-check-server 4002 translation-check-test",
211211
"translation-check-server": "cross-env NODE_ENV=test PORT=4002 node server.mjs",
212212
"translation-check-test": "script/i18n/test-html-pages.js",
213-
"test": "cross-env NODE_OPTIONS='--max_old_space_size=8192 --experimental-vm-modules' jest --logHeapUsage",
213+
"test": "cross-env NODE_OPTIONS='--max_old_space_size=4096 --experimental-vm-modules' jest --logHeapUsage",
214214
"test-watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch --notify --notifyMode=change --coverage",
215215
"tsc": "tsc --noEmit"
216216
},

0 commit comments

Comments
 (0)