mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +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");
|
||||
s.serve();
|
||||
test(function basic() {
|
||||
console.log("ok");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user