jasmine-marbles icon indicating copy to clipboard operation
jasmine-marbles copied to clipboard

Marble testing helpers for RxJS and Jasmine

Results 6 jasmine-marbles issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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 ![image](https://user-images.githubusercontent.com/20278020/208810475-a1bbff42-89f8-4663-8f59-90a3c7542586.png) 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...