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"
Installs
6
GitHub Stars
3
First Seen
Feb 21, 2026
jest-vitest — 1mangesh1/dev-skills-collection