summaryrefslogtreecommitdiff
path: root/cli/tests/test_branch_coverage.ts
blob: 7e3adb737db4bcee23a459bce04e1f1d6f04bf09 (plain)
1
2
3
4
5
import { branch } from "./subdir/branch.ts";

Deno.test("branch", function () {
  branch(true);
});