| 1 | import { describe, test, expect, beforeAll, afterAll } from "@jest/globals"; |
| 2 | import { createWorktree, listLocalBranches, detectDefaultTrunkBranch, cleanStaleLock } from "./git"; |
| 3 | import { Config } from "./config"; |
| 4 | import * as path from "path"; |
nothing calls this directly
no test coverage detected