mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
telemetry: track interactive session state (#12856)
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
This commit is contained in:
@@ -110,6 +110,7 @@ describe('EditTool', () => {
|
||||
getGeminiMdFileCount: () => 0,
|
||||
setGeminiMdFileCount: vi.fn(),
|
||||
getToolRegistry: () => ({}) as any, // Minimal mock for ToolRegistry
|
||||
isInteractive: () => false,
|
||||
} as unknown as Config;
|
||||
|
||||
// Reset mocks before each test
|
||||
|
||||
Reference in New Issue
Block a user