(stdin: FakeInput, sequence: string)
| 152 | } |
| 153 | |
| 154 | async function writeInput(stdin: FakeInput, sequence: string): Promise<void> { |
| 155 | stdin.write(sequence) |
| 156 | await Bun.sleep(5) |
| 157 | } |
| 158 | |
| 159 | function SelectionAutoscrollHarness({ |
| 160 | scrollRef, |
no test coverage detected