mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 22:59:41 -04:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import { comment } from "./subdir/comment.ts";
|
|
|
|
Deno.test("comment", function () {
|
|
comment();
|
|
});
|