diff options
Diffstat (limited to 'std/path/resolve_test.ts')
-rw-r--r-- | std/path/resolve_test.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/std/path/resolve_test.ts b/std/path/resolve_test.ts index 65a8a2d05..2fc49e398 100644 --- a/std/path/resolve_test.ts +++ b/std/path/resolve_test.ts @@ -1,8 +1,7 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ -const { cwd } = Deno; -import { test } from "../testing/mod.ts"; +const { cwd, test } = Deno; import { assertEquals } from "../testing/asserts.ts"; import * as path from "./mod.ts"; |