Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Nov 15, 2024
1 parent 73f866c commit 5867a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/streams_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ Deno.test(async function decompressionStreamInvalidGzipStillReported() {

Deno.test(function readableStreamFromWithStringThrows() {
assertThrows(
// @ts-expect-error
() => ReadableStream.from("string"),
TypeError,
"Failed to execute 'ReadableStream.from': Argument 1 can not be converted to async iterable.",
Expand Down

0 comments on commit 5867a8c

Please sign in to comment.