FAIL test/fetch/abort.js
✖ expect rejected Promise
t.test('Using AbortSignal.timeout', async (t) => {
await t.rejects(
------------^
fetch(`http://localhost:${server.address().port}`, {
signal: AbortSignal.timeout(50)
test: test/fetch/abort.js allows aborting with custom errors Using
AbortSignal.timeout
at:
line: 101
column: 13
file: test/fetch/abort.js
type: Test
found: {}
undici$ node --version
v18.11.0