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 4f02272 commit f20ef74Copy full SHA for f20ef74
package.json
@@ -7,7 +7,7 @@
7
"build": "npm run clean && tsc",
8
"clean": "rm -rf lib",
9
"lint": "eslint ./src",
10
- "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
+ "test": "jest",
11
"test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
12
"preversion": "npm test",
13
"postversion": "git push --follow-tags",
0 commit comments