mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
style: run npm run format
This commit is contained in:
@@ -180,12 +180,10 @@ describe('Gemini Client (client.ts)', () => {
|
||||
setSimulate429(false);
|
||||
|
||||
mockRouterService = {
|
||||
route: vi
|
||||
.fn()
|
||||
.mockResolvedValue({
|
||||
model: PREVIEW_GEMINI_FLASH_MODEL,
|
||||
reason: 'test',
|
||||
}),
|
||||
route: vi.fn().mockResolvedValue({
|
||||
model: PREVIEW_GEMINI_FLASH_MODEL,
|
||||
reason: 'test',
|
||||
}),
|
||||
};
|
||||
|
||||
mockContentGenerator = {
|
||||
|
||||
Reference in New Issue
Block a user