Skip to content

Commit

Permalink
Add jest to testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Oct 29, 2023
1 parent e4a6485 commit 4b9e1ef
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 @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint --cache --ext .ts,.tsx .",
"jest": "jest",
"test": "npm run prettier:check && npm run typecheck && npm run lint",
"test": "npm run prettier:check && npm run typecheck && npm run lint && npm run jest",
"release": "npm test && esno scripts/release"
},
"devDependencies": {
Expand Down

0 comments on commit 4b9e1ef

Please sign in to comment.