mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
Fix test
This commit is contained in:
parent
60735e1804
commit
52ff748cfb
@ -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 New Issue
Block a user