1 | # jasmine-marbles
|
2 |
|
3 | Marble testing helpers for RxJS and Jasmine
|
4 |
|
5 | Helpful Links
|
6 |
|
7 | * [Marble Syntax](https://github.com/ReactiveX/rxjs/blob/master/docs_app/content/guide/testing/marble-testing.md#marble-syntax "ReactiveX Documentation")
|
8 | * [Providing Mock Actions for testing NgRx Actions with jasmine-marbles](https://ngrx.io/guide/effects/testing "NgRx Documentation")
|
9 |
|
10 | # Supported RxJS versions
|
11 |
|
12 | * 0.2.0 supports RxJS 5.x
|
13 | * => 0.3.* supports RxJS 6.x
|
14 | * => 0.9.0 supports RxJS 7.x |
\ | No newline at end of file |