vitest
Installation
SKILL.md
Vitest Testing Framework
A blazing fast unit testing framework powered by Vite.
Quick Reference
| Command | Purpose |
|---|---|
vitest |
Run in watch mode |
vitest run |
Run once and exit |
vitest --coverage |
Generate coverage |
vitest --ui |
Open UI dashboard |
vitest --reporter=verbose |
Verbose output |