Testing ngrx effects
August 29, 2017 ยท View on GitHub
Small repository containing some samples on how to test ngrx effects. See linked medium article for more information.
Running unit tests
Run ng test to execute the unit tests via Karma.
Tests are placed inside src/app/store inside the *.spec files.