it('should return same immutable value for the same input state', () => {
    const state = emptyState();
    const first = userAccountsSelectors(state);
    const second = userAccountsSelectors(state);