Skip to content

adrianfaciu/testingNgRx

Repository files navigation

Testing ngrx effects

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.