Pattern

Mock Hook Dispatch

hook-spy-misses-dispatched-actions

A recurring testing shape where spying on a Redux hook only confirms the hook invocation, so assertions miss the actual actions; the fix is to mock the hook to return a stubbed dispatch and assert dispatched actions.