0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-13 17:25:28 -05:00
denoland-deno/http_test.ts

7 lines
152 B
TypeScript
Raw Normal View History

//import { listen } from "./server.ts";
import { test } from "http://deno.land/x/testing/testing.ts";
test(function basic() {
console.log("ok");
});