summaryrefslogtreecommitdiff
path: root/cli/tests/test_coverage.ts
blob: 72844422fe4fd9f510f49efdf5897388663f73d4 (plain)
1
2
3
4
5
import { returnsHi } from "./subdir/mod1.ts";

Deno.test("returnsHiSuccess", function () {
  returnsHi();
});