nestjs-testing

Official

Testing NestJS apps with unit, integration, and e2e.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides a blueprint for testing NestJS applications with unit, integration, and end-to-end tests.

Core Features & Use Cases

  • Unit Testing Modules: Set up TestingModule with providers and mocks.
  • Controller & Service Tests: Mock dependencies and verify behavior.
  • E2E Testing: Integration tests that exercise the full stack.

Quick Start

Scaffold a TestingModule for a UserController with a mocked UserService and verify responses.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nestjs-testing
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#nestjs-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository