We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0e309 commit 1dfa660Copy full SHA for 1dfa660
packages/util-stream/src/splitStream.spec.ts
@@ -44,7 +44,7 @@ describe(splitStream.name, () => {
44
if (typeof Blob !== "undefined") {
45
const inputChunks = [97, 98, 99, 100];
46
47
- const myBlob = new Blob([new Uint8Array(inputChunks)])
+ const myBlob = new Blob([new Uint8Array(inputChunks)]);
48
49
const [a, b] = await splitWebStream(myBlob);
50
0 commit comments