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"
JavaScript/TypeScript testing with Jest and Vitest.
# Jest
npx jest
npx jest --watch
npx jest --coverage
npx jest path/to/test.ts
npx jest -t "test name pattern"