This commit is contained in:
Ryan Dahl 2018-11-07 10:18:48 -05:00
parent 60735e1804
commit 52ff748cfb

View File

@ -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");
});