jest

Installation
SKILL.md

Jest Testing Framework

Overview

Jest is a delightful JavaScript testing framework with a focus on simplicity. It works with projects using Babel, TypeScript, Node, React, Angular, Vue, and more.

Quick Start

Installation:

npm install --save-dev jest

Add to package.json:

{
  "scripts": {
    "test": "jest"
  }
Related skills

More from ghosttypes/ff-5mp-api-ts

Installs
9
GitHub Stars
6
First Seen
Mar 1, 2026