angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 178 forks source link

How to mock ngredux store in Jasmine Component Testing ? #211

Open sagarsk15 opened 5 years ago

sagarsk15 commented 5 years ago

I am not able to mock ngredux state getting error in @select selector.

NgRedux is configured like : We have following files for configuration

How to do this set up for testing angular components which uses NgRedux store?