jest-vitest

Installation
SKILL.md

Jest & Vitest

JavaScript/TypeScript testing with Jest and Vitest.

Running Tests

# Jest
npx jest
npx jest --watch
npx jest --coverage
npx jest path/to/test.ts
npx jest -t "test name pattern"

# Vitest
npx vitest
npx vitest run          # Single run (no watch)
npx vitest --coverage
npx vitest path/to/test.ts
Related skills

More from 1mangesh1/dev-skills-collection

Installs
4
GitHub Stars
3
First Seen
Feb 21, 2026