UNPKG

@forrestjs/kitchensink

Version:
7 lines (6 loc) 204 B
describe('service-fastify-healthz', () => { it('Should render the default healthcheck route', async () => { const res = await get.debug(`/healthz`); // expect(res).toContain('index'); }); });