Skip to content

Commit 3ed63d2

Browse files
test: update
1 parent 0466cf1 commit 3ed63d2

File tree

2 files changed

+186
-182
lines changed

2 files changed

+186
-182
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build:client": "rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js",
3636
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
3737
"build": "npm-run-all -p \"build:**\"",
38-
"test:only": "jest",
38+
"test:only": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
3939
"test:coverage": "npm run test:only -- --coverage",
4040
"test:watch": "npm run test:coverage --watch",
4141
"test": "npm run test:coverage",

0 commit comments

Comments
 (0)