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