ardoq / rxbeach

Chill with streams at the RxBeach. Reactive state management for JS apps. Currently for internal use at Ardoq.
https://ardoq.github.io/rxbeach/
MIT License
9 stars 2 forks source link

Convert stream tests to marble tests #14

Closed anton164 closed 4 years ago

holographic-principle commented 5 years ago

We should check out AVA https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#observable-support

tlaundal commented 4 years ago

All code tests in src are using marble testing now. Examples are still on rxjs.of, but I think that is reasonable to make them as similar as possible to real life use cases. We also need to consider if examples should be structured as tests at all.