You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
I'll look into it, we might be able to provide a function that takes a selector and returns a Subject to allow you to trigger the component observable when you choose to.
Feature Request
When I am unit testing my components that use a store, I often just want to mock the store to check whether the right dispatch methods were called.
However when the component contains @select you'll get a errors like:
Now we can use ugly hacks like the following to get rid of the errors:
But it would be nicer if we have the ability to have some helpers to mock the selects, or let the SelectFactory be mockable somehow.
See also: #482
The text was updated successfully, but these errors were encountered: