Created a health check endpoint with NestJS module structure. Added jest dependency to package.json to fix test runner issue. Implemented HealthModule, HealthController, and HealthService with GET /health endpoint returning status, timestamp, and uptime. Added comprehensive unit tests for both controller and service components.
Generated by AI Feature Factory