mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-30 05:06:52 -07:00
perf(cli): background IDE client to speed up initialization (#23603)
This commit is contained in:
@@ -105,6 +105,9 @@ describe('initializer', () => {
|
||||
mockSettings,
|
||||
);
|
||||
|
||||
// Wait for the background promise to resolve
|
||||
await new Promise((resolve) => setTimeout(resolve, 0));
|
||||
|
||||
expect(result).toEqual({
|
||||
authError: null,
|
||||
accountSuspensionInfo: null,
|
||||
|
||||
Reference in New Issue
Block a user