diff --git a/package.json b/package.json index 263968e..dd79d3f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "pretest": "npm run install-binary", "install-binary": "node scripts/install-binary.js", - "test": "NODE_OPTIONS='--experimental-vm-modules' jest", + "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "postinstall": "node scripts/install-binary.js", "clean": "rm -rf dist", "build": "tsc"