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

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