mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 22:51:00 -07:00
Core data structure updates for Rewind functionality (#15714)
This commit is contained in:
@@ -182,6 +182,7 @@ describe('<ToolMessage />', () => {
|
||||
fileName: 'file.txt',
|
||||
originalContent: 'old',
|
||||
newContent: 'new',
|
||||
filePath: 'file.txt',
|
||||
};
|
||||
const { lastFrame } = renderWithContext(
|
||||
<ToolMessage {...baseProps} resultDisplay={diffResult} />,
|
||||
|
||||
@@ -64,6 +64,7 @@ exports[`useReactToolScheduler > should handle tool requiring confirmation - can
|
||||
"resultDisplay": {
|
||||
"fileDiff": "Mock tool requires confirmation",
|
||||
"fileName": "mockToolRequiresConfirmation.ts",
|
||||
"filePath": undefined,
|
||||
"newContent": undefined,
|
||||
"originalContent": undefined,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user