Skip to content

Commit

Permalink
build: increase node memory allocation for test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
tplooker committed Jul 20, 2020
1 parent 56908f3 commit 4f83eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"private": false,
"scripts": {
"test": "jest",
"test": " node --max_old_space_size=8192 jest",
"build": "tsc --pretty",
"clean": "rm -rf lib/",
"format": "prettier --write \"**/*.ts\" \"**/*.md\" \"!**/lib/**\"",
Expand Down

0 comments on commit 4f83eb5

Please sign in to comment.