Summary: Unit Testing NgRx

Let's recap what we learned in this chapter.

In this chapter, we learned how to unit test the various NgRx features. We wrote unit test code for the reducers, selectors, and effects.

What is unit testing?

...