Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 280 Bytes

File metadata and controls

5 lines (3 loc) · 280 Bytes

Testing NgRx effects with promises – marbles alternative

You can test effects using marbles but unfortunately, they are very complicated. Instead of marbles, you can test your effects using promises without any trade-offs.