The Test Schedulers in Rx
Learn about the test scheduler and its usage in RxJS.
RxJS gives us the TestScheduler
, a Scheduler that is designed to help with testing. The TestScheduler
allows us to emulate time at our convenience and create deterministic tests, where they are guaranteed to be 100% repeatable.
Get hands-on with 1400+ tech skills courses.