mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 13:27:38 -07:00
test: fix useLoadingIndicator tests
This commit is contained in:
@@ -73,6 +73,9 @@ describe('useLoadingIndicator', () => {
|
||||
showWit={initialShowWit}
|
||||
errorVerbosity={initialErrorVerbosity}
|
||||
/>,
|
||||
undefined,
|
||||
undefined,
|
||||
true,
|
||||
);
|
||||
return {
|
||||
result: {
|
||||
@@ -96,7 +99,6 @@ describe('useLoadingIndicator', () => {
|
||||
{...newProps}
|
||||
/>,
|
||||
);
|
||||
await waitUntilReady();
|
||||
},
|
||||
waitUntilReady,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user