Skip to content

Commit 5f1241a

Browse files
committed
test: jest heap out of memory
1 parent 49ab433 commit 5f1241a

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
@@ -38,7 +38,7 @@
3838
"build:module": "yarn esbuild --outdir=./dist --platform=node --format=cjs --bundle --minify --main-fields=module,main --sources-content=false ./src/module.ts",
3939
"build": "yarn build:cli && yarn build:module",
4040
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
41-
"test": "jest --runInBand --verbose",
41+
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest --runInBand --verbose",
4242
"test:coverage": "yarn test --coverage",
4343
"test:ci": "yarn test:coverage --reporters=default jest-junit --coverageReporters lcov --coverageReporters cobertura",
4444
"lint": "eslint \"**/*.ts\"",

0 commit comments

Comments
 (0)