Tim Deschryver 7/21/2020

Testing RxJS streams with rxjs-for-await

Read Original

This technical article argues against overusing complex marble diagram tests for RxJS streams in application code, advocating instead for the rxjs-for-await library. It demonstrates a practical example of testing a stream's output using async/await syntax, highlighting its simplicity for consumers versus the implementation-focused detail of marble tests, which are better suited for custom operator development.

Testing RxJS streams with rxjs-for-await

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week