ui: print the transcript into the terminal's scrollback so the trackpad scrolls it #268
Annotations
4 errors
|
check
Process completed with exit code 1.
|
|
test/connect-render.test.ts > ConnectApp — the scrollback view > opens the slash-command menu as you type, and completes with tab:
test/connect-render.test.ts#L247
AssertionError: expected '' to contain '/stop'
- Expected
+ Received
- /stop
❯ test/connect-render.test.ts:247:19
|
|
test/connect-render.test.ts > ConnectApp — the scrollback view > holds the last message in the live frame while a turn is in flight:
test/connect-render.test.ts#L192
AssertionError: expected 1 to be greater than 1
❯ test/connect-render.test.ts:192:43
|
|
test/connect-render.test.ts > ConnectApp — the scrollback view > prints a settled transcript once, and keeps printing it once as the frame repaints:
test/connect-render.test.ts#L161
AssertionError: expected 1 to be greater than 1
❯ test/connect-render.test.ts:161:34
|