Skip to content

Commit b6557af

Browse files
committed
fix: add NODE_OPTIONS for test
1 parent ca2f708 commit b6557af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"pretest": "npm run install-binary",
1818
"install-binary": "node scripts/install-binary.js",
19-
"test": "jest",
19+
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
2020
"postinstall": "node scripts/install-binary.js",
2121
"clean": "rm -rf dist",
2222
"build": "tsc"

0 commit comments

Comments
 (0)