UNPKG

@forrestjs/kitchensink

Version:
7 lines (6 loc) 169 B
describe('service-fastify-gql', () => { it('should load a graphql query', async () => { const res = await get('/'); expect(res.message).toBe('+ok'); }); });