jest

Installation
SKILL.md

Jest

Standard test runner for JS/TS projects with built-in mocking, assertions, and coverage.

When to Use

  • Unit, integration, or snapshot testing
  • Testing JS/TS codebases
  • Mocking dependencies and external modules

Don't use for:

  • E2E browser testing (use Playwright or Cypress)
  • React component queries (use react-testing-library skill)

Critical Patterns

Installs
2
GitHub Stars
8
First Seen
May 19, 2026
jest — joabgonzalez/ai-agents-skills