1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-13 11:02:19 -05:00
denoland-deno/http_test.ts

7 lines
152 B
TypeScript
Raw Normal View History

2018-11-07 10:18:48 -05:00
//import { listen } from "./server.ts";
import { test } from "http://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");
});