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

Deno.test("returnsFooSuccess", function () {
  returnsFoo2();
});