1.0.2 • Published 3 years ago

marblet v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

marblet

is short for marble testing

Why?

RxJS 6 offers great testing features as you can find here.

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

$ yarn add --dev marblet

How to use

Checkout tests. It's both tests and examples.

I used Jest for testing in there but it should have no problems being used with any testing framework.