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
In assertSnapshot it would be nice to have an option to opt out of recording altogether even with record mode turned on or missing snapshot.
Use Case
Having a test that expects a pre-existing snapshot as a result of a previous assertion and then does something to test. This is useful if setting up a test cannot be validated except through the use of a snapshot.