bobmatnyc-vitest

Installation
SKILL.md

Vitest - Modern TypeScript Testing

Overview

Vitest is a next-generation test framework powered by Vite, designed for modern TypeScript/JavaScript projects. It provides blazing-fast test execution through HMR-based test running, native ESM support, and first-class TypeScript integration.

Key Features:

  • โšก Vite-native: Instant HMR-based test execution (10-100x faster than Jest)
  • ๐ŸŽฏ TypeScript-first: Built-in TypeScript support, no configuration needed
  • ๐Ÿ”„ ESM-native: Native ES modules, async/await, top-level await
  • ๐Ÿงช Jest-compatible: Compatible API for easy migration
  • ๐Ÿ“ธ Snapshot testing: Built-in snapshot support
  • ๐ŸŽจ Component testing: React Testing Library, Vue Test Utils integration
  • ๐Ÿ“Š Coverage: Built-in v8/c8 coverage (faster than Istanbul)
  • ๐ŸŒ UI mode: Beautiful web UI for test debugging
Installs
โ€“
First Seen
โ€“
bobmatnyc-vitest โ€” smithery/ai