We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337e3b6 commit 8434bceCopy full SHA for 8434bce
1 file changed
package.json
@@ -65,7 +65,7 @@
65
"build": "npm run build:cjs && npm run build:esm",
66
"build:esm": "tsc -p tsconfig.build.json --outDir dist/esm --declarationDir dist/types",
67
"build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs --module commonjs --declarationDir dist/types",
68
- "test": "jest",
+ "test": "node --experimental-vm-modules node_modules/.bin/jest",
69
"prepublishOnly": "npm run lint && npm run test && npm run build"
70
},
71
"devDependencies": {
0 commit comments