mirror of
https://github.com/openai/codex.git
synced 2026-05-03 12:52:11 +03:00
linted and working
This commit is contained in:
@@ -68,7 +68,7 @@ describe("Chat input attachment preview", () => {
|
||||
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