We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726a209 commit 9ffcf9aCopy full SHA for 9ffcf9a
package.json
@@ -19,7 +19,8 @@
19
}
20
},
21
"scripts": {
22
- "test": "jest",
+ "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest",
23
+ "test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --watchAll",
24
"prepare": "is-ci || husky install",
25
"build": "npm run clean && npm run build:esm && npm run build:cjs",
26
"build:esm": "tsc --module es6 --outDir dist/esm --moduleResolution node",
@@ -73,6 +74,7 @@
73
74
"@types/jest": "^27.0.2",
75
"@typescript-eslint/eslint-plugin": "^5.1.0",
76
"@typescript-eslint/parser": "^5.1.0",
77
+ "cross-env": "^7.0.3",
78
"eslint": "^7.23.0",
79
"eslint-config-xo-space": "^0.30.0",
80
"eslint-config-xo-typescript": "^0.45.2",
0 commit comments