mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
parent
0d048b8704
commit
abe47d10c9
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");
|
test(function basic() {
|
||||||
s.serve();
|
console.log("ok");
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue