Signing tags (#3254)

This commit is contained in:
matt korwel
2025-07-04 17:04:05 -05:00
committed by GitHub
parent 006f172b96
commit 7fd62c5ebd
3 changed files with 60 additions and 2 deletions
@@ -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