diff options
Diffstat (limited to 'path/join_test.ts')
| -rw-r--r-- | path/join_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/path/join_test.ts b/path/join_test.ts index 2c98592f5..25e302eba 100644 --- a/path/join_test.ts +++ b/path/join_test.ts @@ -1,4 +1,4 @@ -import { test, assertEqual } from "https://deno.land/x/testing/testing.ts"; +import { test, assertEqual } from "../testing/mod.ts"; import * as path from "./index.ts"; const backslashRE = /\\/g; |
