Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 317 Bytes

File metadata and controls

9 lines (5 loc) · 317 Bytes

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.