vitest
Installation
SKILL.md
Vitest
When to Use
- Testing JavaScript/TypeScript
- React component testing
- Unit and integration tests
When NOT to Use
- Python testing -- use the
testing/pytestskill instead - Projects that explicitly mandate Jest-only by convention with no Vitest dependency
- Non-JavaScript/TypeScript projects