CodeSequence / jasmine-marbles

Marble testing helpers for RxJS and Jasmine
MIT License
116 stars 39 forks source link

fix: display differences when comparison includes undefined values #82

Closed brandonroberts closed 2 years ago

brandonroberts commented 3 years ago

JSON.stringify strips keys with a value of undefined. If that's the only differences in the expected vs the result, it doesn't provide a helpful parsed diagram for error reporting.