mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-19 22:40:20 -07:00
test(cli): fix type errors and lint in console patcher tests
This commit is contained in:
@@ -241,8 +241,8 @@ describe('runNonInteractive', () => {
|
||||
|
||||
const events: ServerGeminiStreamEvent[] = [
|
||||
{
|
||||
type: GeminiEventType.DONE,
|
||||
metrics: { ...MOCK_SESSION_METRICS },
|
||||
type: GeminiEventType.Finished,
|
||||
value: { reason: undefined, usageMetadata: undefined },
|
||||
},
|
||||
];
|
||||
mockGeminiClient.sendMessageStream.mockReturnValueOnce(
|
||||
|
||||
Reference in New Issue
Block a user