1 2 3 4 5
import { comment } from "./subdir/comment.ts"; Deno.test("comment", function () { comment(); });