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/pytest skill instead
  • Projects that explicitly mandate Jest-only by convention with no Vitest dependency
  • Non-JavaScript/TypeScript projects

Core Patterns

1. Test Structure

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
vitest — duthaho/claudekit