Skip to content

Commit

Permalink
fix: add NODE_OPTIONS for test
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed May 30, 2024
1 parent ca2f708 commit b6557af
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 @@ -16,7 +16,7 @@
"scripts": {
"pretest": "npm run install-binary",
"install-binary": "node scripts/install-binary.js",
"test": "jest",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"postinstall": "node scripts/install-binary.js",
"clean": "rm -rf dist",
"build": "tsc"
Expand Down

0 comments on commit b6557af

Please sign in to comment.