You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Yes, we are specifically holding off 0.3.0 to give Jest some time to fix usability issues like this. @cpojer and @DmitriiAbramov are working hard on fixing this and a dozen other things right now.
I'm having a look at Jest testing on
0.3.0-alpha
. Would it be possible to havereact-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.
The text was updated successfully, but these errors were encountered: