marblet
is short for marble testing
Why?
RxJS offers great testing features via TestScheduler as documented in the official guide.
However I found it confusing how to get started with this but then this post was helpful for me to understand and get started.
And I made this gist and now I created this as npm package because why not.
Install
$ pnpm add --save-dev marblet
How to use
Checkout tests. It's both tests and examples.
I used Vitest for testing in there but it should have no problems being used with any testing framework.