mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -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(),
|
||||
emitConsoleLog: vi.fn(),
|
||||
emitQuotaChanged: vi.fn(),
|
||||
emitApprovalModeChanged: vi.fn(),
|
||||
on: vi.fn(),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user