Skip to content

Commit

Permalink
restore jest
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Feb 1, 2023
1 parent 4f02272 commit f20ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "npm run clean && tsc",
"clean": "rm -rf lib",
"lint": "eslint ./src",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "jest",
"test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
"preversion": "npm test",
"postversion": "git push --follow-tags",
Expand Down

0 comments on commit f20ef74

Please sign in to comment.