Function: resetSettingsHydrationTimerForTesting()
resetSettingsHydrationTimerForTesting():
void
Defined in: src/stores/settings/hydration.ts:37
Internal
Clears the pending settings hydration sync timer.
Returnsโ
void
Remarksโ
Settings hydration uses a small deferred sync to pull authoritative backend values (currently the history limit). Tests that re-import modules or create multiple store instances benefit from being able to clear pending timeouts deterministically.