deno/tests/specs/coverage/data_url/main_test.ts

5 lines
85 B
TypeScript

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