diff options
Diffstat (limited to 'tests/unit_node/stream_test.ts')
-rw-r--r-- | tests/unit_node/stream_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_node/stream_test.ts b/tests/unit_node/stream_test.ts index 0aa2de18c..b8542f6cf 100644 --- a/tests/unit_node/stream_test.ts +++ b/tests/unit_node/stream_test.ts @@ -3,7 +3,6 @@ import { assert, assertEquals } from "@std/assert"; import { fromFileUrl, relative } from "@std/path"; import { pipeline } from "node:stream/promises"; -// @ts-expect-error: @types/node is outdated import { getDefaultHighWaterMark, Stream } from "node:stream"; import { createReadStream, createWriteStream } from "node:fs"; import { EventEmitter } from "node:events"; |