AI AGENT ADDONS
Testing & QA
2,089installs

Vitest is a testing tool made for Vite projects. It helps you write unit tests and integration tests quickly. You get a familiar API that works like Jest.

With Vitest you can mock modules, timers, and dates using vi.fn and vi.mock. You can also set code coverage thresholds and run tests in parallel to save time.

It works great for testing Vue, React, and Svelte components. If you use TypeScript, Vitest supports type testing too.

Add Vitest skill to your workflow

Global

mkdir -p ~/.claude/skills/vitest

Project

mkdir -p .claude/skills/vitest

Source Repository

Stars
685
Forks
34
Watchers
685
Last Push
1 month ago
Created
7 months ago