I'm having a look at Jest testing on 0.3.0-alpha. Would it be possible to have react-scripts display object-diffs for failed tests? I mean something like what expect-jsx does for jsx-diffs:

I believe it would help selling the idea of testing to newcommers. And it would make eyeing for diffs in nested object structures effortless.
I'm having a look at Jest testing on
0.3.0-alpha. Would it be possible to havereact-scriptsdisplay object-diffs for failed tests? I mean something like what expect-jsx does for jsx-diffs:I believe it would help selling the idea of testing to newcommers. And it would make eyeing for diffs in nested object structures effortless.