mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 14:46:25 +00:00
fix build failure
This commit is contained in:
@@ -1445,7 +1445,7 @@ describe('project hooks loading based on trust', () => {
|
||||
});
|
||||
|
||||
vi.spyOn(process, 'exit').mockImplementation((() => {}) as unknown as (
|
||||
code?: number,
|
||||
code?: string | number | null,
|
||||
) => never);
|
||||
|
||||
// Default mock implementation for loadCliConfig
|
||||
|
||||
Reference in New Issue
Block a user