chore: generate

This commit is contained in:
opencode-agent[bot] 2026-08-12 18:35:52 +00:00
parent f713d39c61
commit 3251bff6ff

View file

@ -8,10 +8,10 @@ test("armed interrupt status renders visible warning text", async () => {
const text = RGBA.fromHex("#ffffff")
const subdued = RGBA.fromHex("#808080")
const warning = RGBA.fromHex("#fbbf24")
const app = await testRender(
() => <PromptInterruptStatus armed text={text} subdued={subdued} warning={warning} />,
{ width: 30, height: 1 },
)
const app = await testRender(() => <PromptInterruptStatus armed text={text} subdued={subdued} warning={warning} />, {
width: 30,
height: 1,
})
try {
await app.renderOnce()