style: run npm run format

This commit is contained in:
Akhilesh Kumar
2026-03-19 20:00:47 +00:00
parent 5510d17a8b
commit 277f0bb361
+4 -6
View File
@@ -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 = {