mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 06:54:07 -05:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import { comment } from "./subdir/comment.ts";
|
|
|
|
Deno.test("comment", function () {
|
|
comment();
|
|
});
|