mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
Shorten temp directory (#17901)
This commit is contained in:
@@ -55,6 +55,9 @@ vi.mock('@google/gemini-cli-core', async (importOriginal) => {
|
||||
'shell_history',
|
||||
);
|
||||
}
|
||||
initialize(): Promise<undefined> {
|
||||
return Promise.resolve(undefined);
|
||||
}
|
||||
}
|
||||
return {
|
||||
...actual,
|
||||
|
||||
Reference in New Issue
Block a user