jest-configuration

Installation
SKILL.md

Jest Configuration

Master Jest configuration, setup files, module resolution, and project organization for optimal testing environments. This skill covers all aspects of configuring Jest for modern JavaScript and TypeScript projects, from basic setup to advanced multi-project configurations.

Installation and Setup

Basic Installation

# npm
npm install --save-dev jest

# yarn
yarn add --dev jest

# pnpm
pnpm add -D jest
Installs
29
GitHub Stars
173
First Seen
Jan 22, 2026
jest-configuration — thebushidocollective/han