mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
lint
This commit is contained in:
parent
5867a8c030
commit
71df4fd84d
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ Deno.test(async function decompressionStreamInvalidGzipStillReported() {
|
|||
|
||||
Deno.test(function readableStreamFromWithStringThrows() {
|
||||
assertThrows(
|
||||
// @ts-expect-error
|
||||
// @ts-expect-error: primitives are not acceptable
|
||||
() => ReadableStream.from("string"),
|
||||
TypeError,
|
||||
"Failed to execute 'ReadableStream.from': Argument 1 can not be converted to async iterable.",
|
||||
|
|
Loading…
Reference in a new issue