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 was archived by the owner on May 27, 2020. It is now read-only.
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