tests(tui): longer timeout for wrap ansi test
parent
c008f41bb9
commit
74c69dc8ed
|
|
@ -68,7 +68,7 @@ describe('cursor-drift regression — composer cursorLayout matches Ink renderin
|
||||||
).toEqual(expected)
|
).toEqual(expected)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 10_000)
|
}, 30_000)
|
||||||
|
|
||||||
it('keeps cursor on the same row when text exactly fills the terminal width', () => {
|
it('keeps cursor on the same row when text exactly fills the terminal width', () => {
|
||||||
// wrap-ansi does NOT push exact-fill text onto a phantom next line.
|
// wrap-ansi does NOT push exact-fill text onto a phantom next line.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue