jest

Installation
SKILL.md

Jest Testing Framework

Comprehensive Jest testing guide for JavaScript and TypeScript projects.

Quick Reference

Command Purpose
jest Run all tests
jest --watch Watch mode
jest --coverage Generate coverage
jest path/to/test Run specific test
jest -t "pattern" Run matching tests
jest --updateSnapshot Update snapshots

1. Setup

Installation

Installs
4
GitHub Stars
3
First Seen
Mar 15, 2026
jest — housegarofalo/claude-code-base