summaryrefslogtreecommitdiff
path: root/cli/tests/test_comment_coverage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test_comment_coverage.ts')
-rw-r--r--cli/tests/test_comment_coverage.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/test_comment_coverage.ts b/cli/tests/test_comment_coverage.ts
new file mode 100644
index 000000000..28a25c65d
--- /dev/null
+++ b/cli/tests/test_comment_coverage.ts
@@ -0,0 +1,5 @@
+import { comment } from "./subdir/comment.ts";
+
+Deno.test("comment", function () {
+ comment();
+});