Skip to main content

property TestContext.prototype.signal

test('top level test', async (t) => {
  await fetch('some/uri', { signal: t.signal });
});

Type #

AbortSignal

Did you find what you needed?

Privacy policy