AI AGENT ADDONS

Nestjs Testing Expert

shipshitdev/library
Testing & QA
625installs

Good tests keep your NestJS app working smoothly. This skill helps you write clear tests using Jest. You will learn how to test services, modules, and controllers.

Unit tests check small pieces of logic. Integration tests test whole modules with real parts. End to end tests make sure your HTTP APIs work right. The testing pyramid guides you to the right type for each job.

You will use Test.createTestingModule to set up test environments. Mock outside services with jest.fn. For databases, use in memory adapters. Keep your tests fast and reliable.

Add Nestjs Testing Expert skill to your workflow

Global

mkdir -p ~/.claude/skills/nestjs-testing-expert

Project

mkdir -p .claude/skills/nestjs-testing-expert

Source Repository

Stars
30
Forks
3
Watchers
30
Last Push
28 days ago
Created
6 months ago