Skip to content

Commit

Permalink
fix empty test in readablestream
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 28, 2024
1 parent 3ce88e0 commit cca1780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe("Checksum streams", () => {

describe(createChecksumStream.name + " webstreams API", () => {
if (typeof ReadableStream !== "function") {
it.skip("Skipped when ReadableStream is not globally available.", () => {});
// test not applicable to Node.js 16.
return;
}
Expand Down

0 comments on commit cca1780

Please sign in to comment.