jest

Installation
SKILL.md

Jest

Delightful JavaScript testing framework with zero configuration and rich mocking capabilities.

Quick Start

# Install
npm install -D jest @types/jest

# With TypeScript
npm install -D jest ts-jest @types/jest
npx ts-jest config:init

# Or with Babel
npm install -D jest @babel/preset-env @babel/preset-typescript

Configuration

Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026