1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 23:58:23 -05:00
denoland-deno/tests/testdata/coverage/ignore_file_directive_test.ts

6 lines
98 B
TypeScript
Raw Normal View History

import { used } from "./ignore_file_directive.ts";
Deno.test("used", function () {
used();
});