jasmine-marbles
jasmine-marbles copied to clipboard
Marble testing helpers for RxJS and Jasmine
Prior to this change expected and received data structures were printed via using the JSON.stringify method to console. However this method is limited by the fact that it doesn't support...
Gaps: * `hot` and `cold` - Difference between the two, how to assign values, valid string syntax * `getTestScheduler` - Why you might need this when testing streams that require...
This might be out-of-scope for this package, but I find myself wanting some debugging tooling to inspect what character(s) I am missing in my marble diagrams. The provided snippet is...
Hi guys, Please consider the following test case: ``` it.only('should whatever', () => { const result$ = cold('-a--|', { a: { prop: NaN } }); const expectedResult$ = cold('-a--|', {...
it seems when do the check subscriptions the whiltespace will consider as time frame? is it correct? it works in below code  but it wont work in below code...
Hello, We have been using your library for a very long time. Thanks again! Recently, we migrated to `jest` and naturally, we changed lib (to `jest-marble`) because we thought it...