mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 02:06:00 +00:00
chore: generate
This commit is contained in:
@@ -157,9 +157,7 @@ describe("TUI inline tool wrapping", () => {
|
||||
})
|
||||
|
||||
test("keeps retry status ahead of wrapping messages", () => {
|
||||
expect(formatSubagentRetry(2, "Rate limited by provider")).toBe(
|
||||
"Retrying (attempt 2) · Rate limited by provider",
|
||||
)
|
||||
expect(formatSubagentRetry(2, "Rate limited by provider")).toBe("Retrying (attempt 2) · Rate limited by provider")
|
||||
})
|
||||
|
||||
test("snapshots consecutive grep, glob, and read rows at a narrow width", async () => {
|
||||
|
||||
Reference in New Issue
Block a user