Testing Effects: Configuring the TestBed
Learn how to configure the TestBed to test the NgRx effects.
Introduction
NgRx Effects are a little more tricky to unit test than reducers and selectors. Therefore, this kind of unit testing will be covered in three lessons.
In this lesson, we’ll configure the TestBed
so that it can test the ProductsEffects
defined in the Products
module.
Get hands-on with 1400+ tech skills courses.