We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2f708 commit b6557afCopy full SHA for b6557af
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"pretest": "npm run install-binary",
18
"install-binary": "node scripts/install-binary.js",
19
- "test": "jest",
+ "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
20
"postinstall": "node scripts/install-binary.js",
21
"clean": "rm -rf dist",
22
"build": "tsc"
0 commit comments