1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 10:37:52 -05:00
denoland-deno/http_test.ts

7 lines
153 B
TypeScript
Raw Normal View History

2018-11-07 10:18:48 -05:00
//import { listen } from "./server.ts";
2018-11-07 23:22:33 -05:00
import { test } from "https://deno.land/x/testing/testing.ts";
2018-11-07 01:08:51 -05:00
2018-11-07 10:18:48 -05:00
test(function basic() {
console.log("ok");
});