Skip to content
Merged
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
fixup: remove comments
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
  • Loading branch information
daeyeon committed Aug 19, 2022
commit 512e2e70cf6fceba4310703143018f542d143fe5
3 changes: 0 additions & 3 deletions test/parallel/test-whatwg-readablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,7 @@ assert.throws(() => {
const read1 = reader.read();
const read2 = reader.read();

// The stream is empty so the read will never settle.
read1.then(common.mustNotCall(), common.mustCall());

// The stream is empty so the read will never settle.
read2.then(common.mustNotCall(), common.mustCall());

assert.notStrictEqual(read1, read2);
Expand Down