diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 04:56:00 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 04:56:00 -0400 |
| commit | eb259ee1546ebce9ce7a446b345899920f271b73 (patch) | |
| tree | 3a0c7009241179781b499d832409c9f0551bea77 | |
| parent | bd1fceb31d2cec41cc17bf0bb527cf5912b62d77 (diff) | |
Rename deno_testing to testing
| -rw-r--r-- | testing/testing.ts (renamed from deno_testing/testing.ts) | 0 | ||||
| -rw-r--r-- | testing/util.ts (renamed from deno_testing/util.ts) | 0 | ||||
| -rw-r--r-- | testing/util_test.ts (renamed from deno_testing/util_test.ts) | 0 | ||||
| -rw-r--r-- | tests.ts | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/deno_testing/testing.ts b/testing/testing.ts index 969c15704..969c15704 100644 --- a/deno_testing/testing.ts +++ b/testing/testing.ts diff --git a/deno_testing/util.ts b/testing/util.ts index 509713005..509713005 100644 --- a/deno_testing/util.ts +++ b/testing/util.ts diff --git a/deno_testing/util_test.ts b/testing/util_test.ts index 44f61f9c4..44f61f9c4 100644 --- a/deno_testing/util_test.ts +++ b/testing/util_test.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() { |
