diff options
Diffstat (limited to 'std/fs/copy_test.ts')
-rw-r--r-- | std/fs/copy_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/copy_test.ts b/std/fs/copy_test.ts index a11838c4b..46b3418ac 100644 --- a/std/fs/copy_test.ts +++ b/std/fs/copy_test.ts @@ -6,9 +6,9 @@ import { assertThrowsAsync, assert } from "../testing/asserts.ts"; +import * as path from "../path/mod.ts"; import { copy, copySync } from "./copy.ts"; import { exists, existsSync } from "./exists.ts"; -import * as path from "./path/mod.ts"; import { ensureDir, ensureDirSync } from "./ensure_dir.ts"; import { ensureFile, ensureFileSync } from "./ensure_file.ts"; import { ensureSymlink, ensureSymlinkSync } from "./ensure_symlink.ts"; |