mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Rename deno_testing to testing
This commit is contained in:
parent
bd1fceb31d
commit
eb259ee154
4 changed files with 1 additions and 1 deletions
2
tests.ts
2
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() {
|
||||
|
|
Loading…
Reference in a new issue