import { foo } from "./main.ts"; Deno.test("test", () => { foo(); });