node-testing
Installation
SKILL.md
Node.js Testing
Quick reference for testing Node.js backend services. Builds on the typescript-testing skill (Vitest config, mocking, coverage) — this skill covers backend-specific patterns. Reference files provide full examples and edge cases.
Integration Testing
Fastify Inject
Test routes without starting an HTTP server — fast, no port conflicts:
Related skills