mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-20 15:03:29 +00:00
chore: generate
This commit is contained in:
parent
f713d39c61
commit
3251bff6ff
1 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue