mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
Fix snapshot.
This commit is contained in:
+6
-6
@@ -77,12 +77,12 @@ exports[`<ToolGroupMessage /> > Golden Snapshots > renders tool call with output
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`<ToolGroupMessage /> > Golden Snapshots > renders two tool groups where only the last line of the previous group is visible 1`] = `
|
exports[`<ToolGroupMessage /> > Golden Snapshots > renders two tool groups where only the last line of the previous group is visible 1`] = `
|
||||||
"╰──────────────────────────────────────────────────────────────────────────────╯
|
"MockTool[1]: ✓ tool-1 - Description 1 (medium)
|
||||||
╭──────────────────────────────────────────────────────────────────────────────╮
|
╰──────────────────────────────────────────────────────────────────────────────╯
|
||||||
│ ✓ tool-2 Description 2 │
|
MockTool[2]: ✓ tool-2 - Description 2 (medium)
|
||||||
│ │ ▄
|
╰──────────────────────────────────────────────────────────────────────────────╯
|
||||||
│ line1 │ █
|
|
||||||
╰──────────────────────────────────────────────────────────────────────────────╯ █"
|
"
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`<ToolGroupMessage /> > Golden Snapshots > renders when not focused 1`] = `
|
exports[`<ToolGroupMessage /> > Golden Snapshots > renders when not focused 1`] = `
|
||||||
|
|||||||
Reference in New Issue
Block a user