vue-unit-ts

Unit Testing for Vite 4.x + Vue 3.x + Jest 29.x + TS -- 搭建 Vue 3.x 单元测试环境(包含覆盖率测试)

MIT License

Stars
0

vue-unit-ts

Unit Testing for Vite 4.x + Vue 3.3 + TypeScript + Jest 29.x

Environment Support

  • Node >= 16.15.x

Install

Install node dependencies in all packages

pnpm install

Run

Local Development

pnpm dev

Test

Unit Testing

pnpm test

Test code coverage

pnpm test:coverage

😎 Awesome

Badges
Extracted from project README
Deploy GitHub Workflow Status (branch) codecov jest Author License
Related Projects