jest-vitest

Installation
SKILL.md

When this skill is activated, always start your first response with the 🧒 emoji.

Jest / Vitest

Jest and Vitest are the dominant unit testing frameworks for JavaScript and TypeScript. Jest is the battle-tested choice bundled with Create React App and widely adopted across Node.js ecosystems. Vitest is the modern successor - it reuses Vite's transform pipeline, offers a compatible API, and is significantly faster for projects already on Vite. Both share the same describe/it/expect vocabulary, making knowledge transferable. This skill covers writing well-structured tests, mocking strategies, async patterns, snapshot testing, React component testing, and coverage analysis.


When to use this skill

Installs
144
GitHub Stars
207
First Seen
Mar 15, 2026
jest-vitest β€” maddhruv/absolute