summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/branch_test.ts
blob: 2a44c80717237ee6e0e5cb8109b58596da2fc354 (plain)
1
2
3
4
5
import { branch } from "./branch.ts";

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