Skip to content

Commit

Permalink
remove NODE_OPTIONS from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 6, 2024
1 parent 9d8f395 commit 7a74609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"license": "MIT",
"scripts": {
"test": "NODE_OPTIONS=--max_old_space_size=4096 jest",
"test": "jest",
"prepare": "node prepare.js"
},
"devDependencies": {
Expand Down

0 comments on commit 7a74609

Please sign in to comment.