Skip to content

Commit 8434bce

Browse files
committed
chore: run Jest with Node.js --experimental-vm-modules
1 parent 337e3b6 commit 8434bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"build": "npm run build:cjs && npm run build:esm",
6666
"build:esm": "tsc -p tsconfig.build.json --outDir dist/esm --declarationDir dist/types",
6767
"build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs --module commonjs --declarationDir dist/types",
68-
"test": "jest",
68+
"test": "node --experimental-vm-modules node_modules/.bin/jest",
6969
"prepublishOnly": "npm run lint && npm run test && npm run build"
7070
},
7171
"devDependencies": {

0 commit comments

Comments
 (0)