summaryrefslogtreecommitdiff
path: root/cli/tests/test_comment_coverage.ts
blob: 28a25c65d76d9523f95f1c7c529d6369d7e5a1b2 (plain)
1
2
3
4
5
import { comment } from "./subdir/comment.ts";

Deno.test("comment", function () {
  comment();
});