Skip to content

Commit

Permalink
Rename deno_testing to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 29, 2018
1 parent bd1fceb commit eb259ee
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit eb259ee

Please sign in to comment.