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