summaryrefslogtreecommitdiff
path: root/tests.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-29 04:56:00 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-29 04:56:00 -0400
commiteb259ee1546ebce9ce7a446b345899920f271b73 (patch)
tree3a0c7009241179781b499d832409c9f0551bea77 /tests.ts
parentbd1fceb31d2cec41cc17bf0bb527cf5912b62d77 (diff)
Rename deno_testing to testing
Diffstat (limited to 'tests.ts')
-rw-r--r--tests.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.ts b/tests.ts
index 5230c8ce5..45991228b 100644
--- a/tests.ts
+++ b/tests.ts
@@ -6,7 +6,7 @@
// There must also be a static file http server running on localhost:4545
// serving the deno project directory. Try this:
// http-server -p 4545 --cors .
-import { test, assert, assertEqual } from "./deno_testing/testing.ts";
+import { test, assert, assertEqual } from "./testing/testing.ts";
import { readFileSync, writeFileSync } from "deno";
test(async function tests_test() {