Jest Test Framework

Generate and run Jest tests for JavaScript and TypeScript projects.

11|7|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/FortiumPartners/ensemble --skill jest-test-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Jest Test Framework
Source: https://github.com/FortiumPartners/ensemble/tree/main/packages/jest/skills
Command: npx skills add https://github.com/FortiumPartners/ensemble --skill jest-test-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines creating and running Jest tests across unit, integration, and end-to-end testing for JavaScript/TypeScript projects.

Core Features & Use Cases

  • Generate test files from bug reports
  • Execute tests with detailed output parsing
  • Support unit, integration, and end-to-end testing
  • TypeScript compatibility and reporting

Quick Start

Use the generate-test.js script to create a test file from a bug report, then run the tests with run-test.js. Example: node packages/jest/skills/generate-test.js --source src/components/Button.tsx --output tests/components/Button.test.js --type unit