Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

selectros for unregistered communities and change logic in launch sag…#90

Open
Dinek007 wants to merge 1 commit into
developfrom
feature/unregistered-communities
Open

selectros for unregistered communities and change logic in launch sag…#90
Dinek007 wants to merge 1 commit into
developfrom
feature/unregistered-communities

Conversation

@Dinek007

Copy link
Copy Markdown
Contributor

…a init

@holmesworcester holmesworcester left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't totally get what's happening here. Why do we have to check multiple communities?

import { identitySelectors } from './identity.selectors';
import { Identity, identityReducer, IdentityState } from './identity.slice';

describe('communitiesSelectors', () => {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a more readable description that would be appropriate here? What are we checking?


describe('communitiesSelectors', () => {
let store: Store;
const communityAlpha: Community = {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these different users or different communities? Why are we testing with different communities?

port: 0,
};

const identityAlpha: Identity = {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these users? If so, should we just call them users?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants