Skip to content

Commit f20ef74

Browse files
committed
restore jest
1 parent 4f02272 commit f20ef74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "npm run clean && tsc",
88
"clean": "rm -rf lib",
99
"lint": "eslint ./src",
10-
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
10+
"test": "jest",
1111
"test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
1212
"preversion": "npm test",
1313
"postversion": "git push --follow-tags",

0 commit comments

Comments
 (0)