diff options
Diffstat (limited to 'fs/path/zero_length_strings_test.ts')
-rw-r--r-- | fs/path/zero_length_strings_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/zero_length_strings_test.ts b/fs/path/zero_length_strings_test.ts index d069c781f..c769c9a79 100644 --- a/fs/path/zero_length_strings_test.ts +++ b/fs/path/zero_length_strings_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 pwd = cwd(); |