- Install prerequisities -> nodejs
- Init Project
npm init -y - Install dependencies ->
npm install -D vitest @vitest/coverage-v8npm install - Edit scripts
- Create code file
- Create test file
- run test
npm run test - run test with coverage
npm run test:coverage - upload to github
- testing code review
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|