jordanpowell88 / angular-ct

Angular Component Testing
19 stars 2 forks source link

fix(app): use real NgRx instance #34

Closed jordanpowell88 closed 2 years ago

jordanpowell88 commented 2 years ago

The current NgRx tests are using MockStore which actually doesn't pass actions to the reducer and therefore doesn't update Component State via selectors. In order to demonstrate this working we need to use the real StoreModule