We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the MockStore tests are added to the Store tests, this makes them harder to find. That's why we want to extract the MockStore tests at https://github.com/ngrx/platform/blob/master/modules/store/spec/store.spec.ts#L450 to their own file.
MockStore
Store
The text was updated successfully, but these errors were encountered:
This one is picked up by @deli6z.
Sorry, something went wrong.
I didn't realize this issue was opened - I moved the tests as part of #1878
@alex-okrushko stole my chance to shine.
fix(store): adjust mock store to handle selectors with props (#1878)
a7ded00
Closes #1864, #1873
Fixed via #1878
@deli6z there's plenty more! :)
No branches or pull requests
Currently the
MockStore
tests are added to theStore
tests, this makes them harder to find. That's why we want to extract theMockStore
tests at https://github.com/ngrx/platform/blob/master/modules/store/spec/store.spec.ts#L450 to their own file.The text was updated successfully, but these errors were encountered: