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
Suppose that both tests fail I would fix them one by one. After every fix I might need to update the snapshot just for one test. But it looks like there isn't this chance because the command update the entire snapshot.
There's a work in progress PR handling this, but it looks like it won't ship too early: #3831
We also track the issue here: #1798
Closing as a duplicate.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Hi Jest's guys, how are you?
I'd like to use Jest snapshots for my reducers (not only for my .jsx components).
The test would be something like:
There are two tests inside one script. The snapshot would be something like:
Suppose that both tests fail I would fix them one by one. After every fix I might need to update the snapshot just for one test. But it looks like there isn't this chance because the command update the entire snapshot.
http://facebook.github.io/jest/docs/cli.html#updatesnapshot
The text was updated successfully, but these errors were encountered: