summaryrefslogtreecommitdiff
path: root/http_test.ts
blob: 4a8867aba0ca502100f213f5cc77532aca31b57f (plain)
1
2
3
4
5
6
//import { listen } from "./server.ts";
import { test } from "https://deno.land/x/testing/testing.ts";

test(function basic() {
  console.log("ok");
});