1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/tests/testdata/coverage/ignore_file_directive_test.ts
2024-11-05 12:43:16 +00:00

5 lines
98 B
TypeScript

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