mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 22:14:37 +00:00
test(opencode): cover worktree branch endpoint
This commit is contained in:
parent
197788e78a
commit
272b200eeb
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue