mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
lint
This commit is contained in:
parent
5867a8c030
commit
71df4fd84d
@ -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 New Issue
Block a user