Skip to content

Commit

Permalink
docs: use vitest instead of tsd
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Dec 5, 2023
1 parent 9946a41 commit 0cf4c05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

- [Tsup](https://tsup.egoist.dev/) as a TypeScript universal package.
- [Tsx](https://github.com/esbuild-kit/tsx) as a Node.js enhanced with esbuild to run TypeScript & ESM
- ~~ [Tsd](https://github.com/SamVerschueren/tsd) as type test runner ~~
- [Tsdoc](https://tsdoc.org/) as document
- [PNPM](https://pnpm.io/workspaces) as workspace manager and package manager.
- [Vitest](https://vitest.dev/) as a test runner.
- [Vitest](https://vitest.dev/) as a test runner. use vitest as type test instead of tsd
- [Size Limit](https://github.com/ai/size-limit) as a size limit plugin.
- [Prettier](https://prettier.io/) as a code formatter.
- [ESLint](https://eslint.org/) as a code linter.
Expand Down

0 comments on commit 0cf4c05

Please sign in to comment.