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
When using jest.retryTimes, toMatchImageSnapshot fails if there is no custom customSnapshotIdentifier configured. However, I don't really understand what the docs mean in this case in terms of "uniqueness".
which is effectively the same as the default snapshot identifier, I get past the thrown error, and it seems to work OK. So why does it need to be configured at all?
The text was updated successfully, but these errors were encountered:
When using
jest.retryTimes
, toMatchImageSnapshot fails if there is no customcustomSnapshotIdentifier
configured. However, I don't really understand what the docs mean in this case in terms of "uniqueness".For example, if I define it like this:
which is effectively the same as the default snapshot identifier, I get past the thrown error, and it seems to work OK. So why does it need to be configured at all?
The text was updated successfully, but these errors were encountered: