Test store
In order to test places (e.g. http or auth service) where store is accessed directly without action you need to create store.
createStore
adds store to dependency injection and also returns it as a value. So you can ue it in your tsts immediately.
Last updated