Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format
  • Loading branch information
rluvaton committed Jul 18, 2023
commit 0ed4cb409d17676ba6ae4a07b44fabd3d270d871
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ test("async", async (t) => {
signal = t.signal;
assert.equal(signal.aborted, false);
throw new Error('failing the async test');
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ test("async", async (t) => {
await null;
signal = t.signal;
assert.equal(signal.aborted, false);
});
});