import { branch } from "./branch.ts"; Deno.test("branch", function () { branch(true); });