test(opencode): cover worktree branch endpoint

This commit is contained in:
LukeParkerDev 2026-05-23 14:45:00 +10:00
parent 197788e78a
commit 272b200eeb

View file

@ -463,6 +463,7 @@ const scenarios: Scenario[] = [
.json(200, array, "status"),
http.protected.get("/experimental/tool/ids", "tool.ids").json(200, array),
http.protected.get("/experimental/worktree", "worktree.list").json(200, array),
http.protected.get("/experimental/worktree/branch", "worktree.branches").json(200, array),
http.protected
.post("/experimental/worktree", "worktree.create")
.mutating()