Skip to main content
Back to registry

nestjs-testing-expert

shipshitdev/library

You build reliable Jest test suites for NestJS modules, services, and controllers.

Installs302
Install command
npx skills add https://github.com/shipshitdev/library --skill nestjs-testing-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
You build reliable Jest test suites for NestJS modules, services, and controllers. - Writing unit or integration tests for NestJS - Setting up TestModule, mocking providers, or database fakes - Debugging flaky tests - Unit tests for pure logic and services - Integration tests for modules with real providers - E2E tests for HTTP APIs - Use Test.createTestingModule with explicit providers. - Mock external services with jest.fn or test doubles. - For DB: use in-memory adapters or test containers when needed. - Prefer supertest for HTTP-level e2e. - Keep tests deterministic. - Reset mocks between tests. - Avoid shared mutable state.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nestjs-testing-expert do?

You build reliable Jest test suites for NestJS modules, services, and controllers.

Is nestjs-testing-expert good?

nestjs-testing-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nestjs-testing-expert work with?

nestjs-testing-expert currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to nestjs-testing-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nestjs-testing-expert?

npx skills add https://github.com/shipshitdev/library --skill nestjs-testing-expert

Related skills

More from shipshitdev/library

Related skills

Alternatives in Software Engineering