jest-testing

Installation
SKILL.md

Jest Testing Skill

Master testing Node.js applications with Jest - the delightful JavaScript testing framework.

Quick Start

Test in 3 steps:

  1. Install - npm install --save-dev jest supertest
  2. Write Test - Create *.test.js files
  3. Run - npm test

Core Concepts

Basic Test Structure

// sum.test.js
const sum = require('./sum');
Installs
110
GitHub Stars
2
First Seen
Jan 21, 2026
jest-testing — pluginagentmarketplace/custom-plugin-nodejs