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

Why Vitest?

  • Native ESM support - No configuration needed
  • Vite-powered - Instant HMR for tests
  • Jest-compatible - Familiar API, easy migration
Related skills

More from housegarofalo/claude-code-base

Installs
5
GitHub Stars
2
First Seen
Mar 15, 2026