1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

testing workflow oom kill fix

This commit is contained in:
Maciej Zieniuk
2026-01-27 14:37:26 +00:00
parent ec812a7d77
commit 5adde2e10a

View File

@@ -18,7 +18,7 @@
"lint:fix": "eslint . --cache --cache-strategy content --fix",
"lint:clear": "rimraf .eslintcache",
"prettier": "prettier --cache --write .",
"test": "jest",
"test": "node --max-old-space-size=3072 node_modules/.bin/jest",
"test:watch": "jest --clearCache && jest --watch",
"test:watch:all": "jest --watchAll",
"test:types": "node ./scripts/test-types.js",