/opt/mawid/apps/api/src/health
NameSizeModeActions
health.controller.spec.ts2600644editdlrm
health.controller.ts3360644editdlrm
Edit: /opt/mawid/apps/api/src/health/health.controller.spec.ts (260B)
import { HealthController } from './health.controller'; describe('HealthController', () => { it('reports ok', () => { const result = new HealthController().check(); expect(result.status).toBe('ok'); expect(result.service).toBe('api'); }); });