mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
test(core): mock emitApprovalModeChanged in config.test.ts
This commit is contained in:
@@ -197,6 +197,7 @@ const mockCoreEvents = vi.hoisted(() => ({
|
|||||||
emitModelChanged: vi.fn(),
|
emitModelChanged: vi.fn(),
|
||||||
emitConsoleLog: vi.fn(),
|
emitConsoleLog: vi.fn(),
|
||||||
emitQuotaChanged: vi.fn(),
|
emitQuotaChanged: vi.fn(),
|
||||||
|
emitApprovalModeChanged: vi.fn(),
|
||||||
on: vi.fn(),
|
on: vi.fn(),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user