mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 19:02:31 +00:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
import { foo } from "./main.ts";
|
|
|
|
Deno.test("test", async () => {
|
|
await foo();
|
|
});
|