summaryrefslogtreecommitdiff
path: root/path/join_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'path/join_test.ts')
-rw-r--r--path/join_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/path/join_test.ts b/path/join_test.ts
index 70b78c7be..2c98592f5 100644
--- a/path/join_test.ts
+++ b/path/join_test.ts
@@ -1,5 +1,5 @@
import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
-import * as path from "./index";
+import * as path from "./index.ts";
const backslashRE = /\\/g;