RxJS 6 testing error paths
In a previous post I talked about how to use Observable.throw to simulate an Observable error in a unit test. However, in RxJS 6, the syntax changed a bit. I also talked about this a bit in this post about using of to create Observables on the fly for testing in RxJS 6, but I … [Read more…]