mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-17 09:30:58 -07:00
Signing tags (#3254)
This commit is contained in:
@@ -44,7 +44,7 @@ describe('useLoadingIndicator', () => {
|
||||
const initialPhrase = result.current.currentLoadingPhrase;
|
||||
|
||||
await act(async () => {
|
||||
await vi.advanceTimersByTimeAsync(PHRASE_CHANGE_INTERVAL_MS);
|
||||
await vi.advanceTimersByTimeAsync(PHRASE_CHANGE_INTERVAL_MS + 1);
|
||||
});
|
||||
|
||||
// Phrase should cycle if PHRASE_CHANGE_INTERVAL_MS has passed
|
||||
|
||||
Reference in New Issue
Block a user