diff options
Diffstat (limited to 'fs/path/resolve_test.ts')
-rw-r--r-- | fs/path/resolve_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/resolve_test.ts b/fs/path/resolve_test.ts index 7c2b55249..2259dd025 100644 --- a/fs/path/resolve_test.ts +++ b/fs/path/resolve_test.ts @@ -1,9 +1,9 @@ // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ +const { cwd } = Deno; import { test, assertEqual } from "../../testing/mod.ts"; import * as path from "./mod.ts"; -import { cwd } from "deno"; const windowsTests = // arguments result |