Fix exp id logging (#13430)

This commit is contained in:
owenofbrien
2025-11-21 14:44:50 -06:00
committed by GitHub
parent 0713c86dec
commit 64eb14ab11
11 changed files with 92 additions and 45 deletions
@@ -223,6 +223,7 @@ describe('useGeminiStream', () => {
.mockReturnValue(contentGeneratorConfig),
getUseSmartEdit: () => false,
isInteractive: () => false,
getExperiments: () => {},
} as unknown as Config;
mockOnDebugMessage = vi.fn();
mockHandleSlashCommand = vi.fn().mockResolvedValue(false);