mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
extract console error to util func (#11675)
This commit is contained in:
@@ -107,10 +107,6 @@ describe('summarizers', () => {
|
||||
|
||||
expect(mockGeminiClient.generateContent).toHaveBeenCalledTimes(1);
|
||||
expect(result).toBe(longText);
|
||||
expect(console.error).toHaveBeenCalledWith(
|
||||
'Failed to summarize tool output.',
|
||||
error,
|
||||
);
|
||||
});
|
||||
|
||||
it('should construct the correct prompt for summarization', async () => {
|
||||
|
||||
Reference in New Issue
Block a user