npm.io
2.0.0 • Published 3 months ago

marblet

Licence
MIT
Version
2.0.0
Deps
0
Size
10 kB
Vulns
0
Weekly
0
Stars
1

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.