UNPKG

@forrestjs/kitchensink

Version:
10 lines (8 loc) 278 B
describe('service-fetchq-task', () => { beforeEach(fetchq.resetState); it('Should run a task', async () => { console.log('ok'); // const res = await get.debug('/fetchq/append/q1/foobar'); // expect(res).toMatchObject({ subject: expect.any(String) }); }); });