We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6557af + 020f014 commit 435a83fCopy full SHA for 435a83f
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"pretest": "npm run install-binary",
18
"install-binary": "node scripts/install-binary.js",
19
- "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
+ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
20
"postinstall": "node scripts/install-binary.js",
21
"clean": "rm -rf dist",
22
"build": "tsc"
0 commit comments