Signing tags (#3254)

This commit is contained in:
matt korwel
2025-07-04 17:04:05 -05:00
committed by GitHub
parent 9ff3592e01
commit e90e0015ea
3 changed files with 60 additions and 2 deletions

View File

@@ -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