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

Related skills

More from housegarofalo/claude-code-base

Installs
4
GitHub Stars
2
First Seen
Mar 15, 2026