From 71df4fd84dec69f90753bb604477c731fda81329 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Sat, 16 Nov 2024 05:30:27 +0900 Subject: [PATCH] lint --- tests/unit/streams_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/streams_test.ts b/tests/unit/streams_test.ts index fb18616939..53225a1553 100644 --- a/tests/unit/streams_test.ts +++ b/tests/unit/streams_test.ts @@ -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.",