UNPKG

@forrestjs/kitchensink

Version:
7 lines (6 loc) 187 B
describe('service-fastify-cors', () => { it('Should render a custom route', async () => { const res = await get(`/custom/route/foo`); expect(res).toBe('custom: foo'); }); });