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