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
expected: only 1 snapshot is written
actual: each retry has its own snapshot
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`foo works 1`] = `1`;
exports[`foo works 2`] = `1`;
exports[`foo works 3`] = `1`;
exports[`foo works 4`] = `1`;
expected: only 1 snapshot is written
actual: each retry has its own snapshot
related: jestjs/jest#7493
The text was updated successfully, but these errors were encountered: