https://github.com/acutmore/rxjs-4-marbles
port of RxJS 5 ASCII marble diagrams for RxJS 4
https://github.com/acutmore/rxjs-4-marbles
marble-diagrams rxjs4
Last synced: over 1 year ago
JSON representation
port of RxJS 5 ASCII marble diagrams for RxJS 4
- Host: GitHub
- URL: https://github.com/acutmore/rxjs-4-marbles
- Owner: acutmore
- License: apache-2.0
- Created: 2017-03-05T22:28:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T08:54:36.000Z (over 9 years ago)
- Last Synced: 2025-01-17T03:29:39.138Z (over 1 year ago)
- Topics: marble-diagrams, rxjs4
- Language: TypeScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ASCII Marbles Diagrams for RxJS 4
This is a port of the marble diagram test scheduler from RxJS 5 for use in RxJS 4
[Apache 2.0 License](LICENSE.txt)
## Motivation
Marble diagrams make testing easier to both read and write. For projects that have not upgraded to RxJS 5 but want to improving testing.