Skip to content

Commit cca1780

Browse files
committed
fix empty test in readablestream
1 parent 3ce88e0 commit cca1780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/util-stream/src/checksum/createChecksumStream.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ describe("Checksum streams", () => {
7878

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

0 commit comments

Comments
 (0)