summaryrefslogtreecommitdiff
path: root/path/join_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-01 22:46:17 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-01-02 13:45:42 -0500
commit6a783ea179de1321ae7fd0586967476e72984c63 (patch)
treecafa2e3716ee3dcfa88354e4a7190cab7e436613 /path/join_test.ts
parent6545e5bde9454e9ae7ab61b0f4ee95db8a15e43c (diff)
Add testing module
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
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 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;