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
- Host: GitHub
- URL: https://github.com/ryuheechul/marblet
- Owner: ryuheechul
- Created: 2020-04-18T19:57:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T04:54:22.000Z (over 1 year ago)
- Last Synced: 2024-11-27T05:26:38.737Z (over 1 year ago)
- Language: JavaScript
- Size: 444 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.