/
opt
/
mawid
/
apps
/
api
/
src
/
health
/
/opt/mawid/apps/api/src/health
mkdir
upload
Name
Size
Mode
Actions
health.controller.spec.ts
260
0644
edit
dl
rm
health.controller.ts
336
0644
edit
dl
rm
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'); }); });
Save
cmd:
run