소개
Provides comprehensive guidance and implementation patterns for testing NestJS applications, ensuring functional correctness through specialized unit, integration, and e2e testing. It helps developers configure Jest environments, manage complex dependency injection mocking via TestingModule, and perform real HTTP route testing with Supertest. By following standard project layouts and naming conventions, it streamlines the creation of maintainable test suites for services, controllers, guards, and interceptors while offering specific strategies for handling authentication and database isolation.