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_next_directive_test.ts
2024-11-05 12:43:16 +00:00

5 lines
103 B
TypeScript

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