mirror of
https://github.com/denoland/deno.git
synced 2025-01-19 04:16:00 -05:00
Fix test
This commit is contained in:
parent
60735e1804
commit
52ff748cfb
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
import { listen } from "./server.ts";
|
||||
//import { listen } from "./server.ts";
|
||||
import { test } from "http://deno.land/x/testing/testing.ts";
|
||||
|
||||
const s = listen("0.0.0.0:4500");
|
||||
s.serve();
|
||||
test(function basic() {
|
||||
console.log("ok");
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue