mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
linted and working
This commit is contained in:
@@ -65,7 +65,7 @@ describe("Backspace deletes attached image", () => {
|
||||
process.chdir(TMP);
|
||||
|
||||
const { stdin, flush, lastFrameStripped, cleanup } = renderTui(
|
||||
React.createElement(TerminalChatInput, props())
|
||||
React.createElement(TerminalChatInput, props()),
|
||||
);
|
||||
|
||||
await flush();
|
||||
|
||||
Reference in New Issue
Block a user