An open API service indexing awesome lists of open source software.

https://github.com/ryuheechul/marblet

A helper tool to test rxjs6
https://github.com/ryuheechul/marblet

Last synced: 11 months ago
JSON representation

A helper tool to test rxjs6

Awesome Lists containing this project

README

          

# marblet
is short for marble testing

## Why?

RxJS 6 offers great testing features as you can find [here](https://rxjs-dev.firebaseapp.com/guide/testing/marble-testing).

However I found it confusing how to get started with this but then [this post](https://medium.com/@kevinkreuzer/marble-testing-with-rxjs-testing-utils-3ae36ac3346a) was helpful for me to understand and get started.

And I made [this gist](https://gist.github.com/ryuheechul/65e4b573167d6b93158597161a08c777) and now I created this as npm package because why not.

## Install

`$ yarn add --dev marblet`

## How to use

Checkout [tests](./tests). It's both tests and examples.

I used [Jest](https://jestjs.io/) for testing in there but it should have no problems being used with any testing framework.