We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1f06f commit c99afd0Copy full SHA for c99afd0
package.json
@@ -210,7 +210,7 @@
210
"translation-check": "start-server-and-test translation-check-server 4002 translation-check-test",
211
"translation-check-server": "cross-env NODE_ENV=test PORT=4002 node server.mjs",
212
"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",
+ "test": "cross-env NODE_OPTIONS='--max_old_space_size=4096 --experimental-vm-modules' jest --logHeapUsage",
214
"test-watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch --notify --notifyMode=change --coverage",
215
"tsc": "tsc --noEmit"
216
},
0 commit comments