Skip to content

Commit

Permalink
fix: use vitest instead of jest
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Oct 11, 2022
1 parent 0c46ece commit 5715154
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 @@ -21,7 +21,7 @@
"build": "tsup ./src/index.ts --format cjs,esm --dts --clean",
"prepublishOnly": "pnpm run build",
"push": "np",
"test": "jest"
"test": "vitest run"
},
"keywords": [
"apt",
Expand Down

0 comments on commit 5715154

Please sign in to comment.