diff options
Diffstat (limited to 'path/parse_format_test.ts')
| -rw-r--r-- | path/parse_format_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/path/parse_format_test.ts b/path/parse_format_test.ts index b15026975..75c3ff00a 100644 --- a/path/parse_format_test.ts +++ b/path/parse_format_test.ts @@ -2,7 +2,7 @@ // Ported from https://github.com/browserify/path-browserify/ import { test, assertEqual } from "https://deno.land/x/testing/testing.ts"; -import * as path from "./index"; +import * as path from "./index.ts"; const winPaths = [ // [path, root] |
