testing-patterns
Installation
SKILL.md
Express Testing Patterns
Master unit, integration, and E2E testing for Express applications.
When to Use This Skill
- Writing unit tests for services and repositories
- Testing API endpoints
- Testing middleware
- Mocking databases and external services
- Testing authentication and authorization
- Setting up test fixtures and factories
- Testing error handling
- Writing integration tests