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 db9451200..859239d10 100644 --- a/std/fs/copy_test.ts +++ b/std/fs/copy_test.ts @@ -1,9 +1,9 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { + assert, assertEquals, assertThrows, assertThrowsAsync, - assert, } from "../testing/asserts.ts"; import * as path from "../path/mod.ts"; import { copy, copySync } from "./copy.ts"; |