mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
Migrate core render util to use xterm.js as part of the rendering loop. (#19044)
This commit is contained in:
@@ -5,7 +5,8 @@ exports[`<ChatList /> > handles invalid date formats gracefully 1`] = `
|
||||
|
||||
- bad-date-chat (Invalid Date)
|
||||
|
||||
Note: Newest last, oldest first"
|
||||
Note: Newest last, oldest first
|
||||
"
|
||||
`;
|
||||
|
||||
exports[`<ChatList /> > renders correctly with a list of chats 1`] = `
|
||||
@@ -14,7 +15,11 @@ exports[`<ChatList /> > renders correctly with a list of chats 1`] = `
|
||||
- chat-1 (2025-10-02 10:00:00)
|
||||
- another-chat (2025-10-01 12:30:00)
|
||||
|
||||
Note: Newest last, oldest first"
|
||||
Note: Newest last, oldest first
|
||||
"
|
||||
`;
|
||||
|
||||
exports[`<ChatList /> > renders correctly with no chats 1`] = `"No saved conversation checkpoints found."`;
|
||||
exports[`<ChatList /> > renders correctly with no chats 1`] = `
|
||||
"No saved conversation checkpoints found.
|
||||
"
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user