(name: string)
| 3 | import { ServerScope } from "./server-scope" |
| 4 | |
| 5 | const dir = (name: string) => `/tmp/opencode-worktree-${name}-${crypto.randomUUID()}` |
| 6 | |
| 7 | describe("Worktree", () => { |
| 8 | const scope = ServerScope.local |
no outgoing calls
no test coverage detected