Skip to content

Commit 01d6635

Browse files
test: adding febug logging
1 parent b447995 commit 01d6635

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/fetch/index.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ testParams.forEach((params) => {
336336
await fetch(`${server.origin}/inspect`, { signal, method, body });
337337
assert.fail();
338338
} catch (err) {
339+
console.error(err);
339340
assert(err instanceof AbortError);
340341
}
341342
});

0 commit comments

Comments
 (0)