From 9042fcc12e7774cdd0ca3a5d08918a07dae8102b Mon Sep 17 00:00:00 2001 From: Steven Guerrero Date: Thu, 26 Nov 2020 07:50:08 -0500 Subject: feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, finished and promises (#7940) --- std/node/_fs/_fs_writeFile_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/_fs/_fs_writeFile_test.ts') diff --git a/std/node/_fs/_fs_writeFile_test.ts b/std/node/_fs/_fs_writeFile_test.ts index 845d4a155..6e1e47e1a 100644 --- a/std/node/_fs/_fs_writeFile_test.ts +++ b/std/node/_fs/_fs_writeFile_test.ts @@ -6,7 +6,7 @@ import { assertThrows, } from "../../testing/asserts.ts"; import { writeFile, writeFileSync } from "./_fs_writeFile.ts"; -import type { TextEncodings } from "./_fs_common.ts"; +import type { TextEncodings } from "../_utils.ts"; import * as path from "../../path/mod.ts"; const moduleDir = path.dirname(path.fromFileUrl(import.meta.url)); -- cgit v1.2.3