it('should handle CLOSE_USER_MODAL', () => {
      expect(reducer({ ...initialState, isModalOpen: false }, { type: 'our-wedding-heroes/users/CLOSE_USER_MODAL' })).toEqual({
        isLoading: false,
        isSaving: false,
        isDeleting: false,