Overview
The only test in src/components/forms/tests/ is FormInput.test.tsx; AutoSaveManager.tsx — which debounces saves (line 103), guards concurrent saves via isSavingRef (lines 92-99), loads drafts on mount, and manages status subscriptions — is untested. Add fake-timer tests for the debounced save, the concurrent-save guard, and status transitions.
Overview
The only test in src/components/forms/tests/ is FormInput.test.tsx; AutoSaveManager.tsx — which debounces saves (line 103), guards concurrent saves via isSavingRef (lines 92-99), loads drafts on mount, and manages status subscriptions — is untested. Add fake-timer tests for the debounced save, the concurrent-save guard, and status transitions.