diff --git a/src/utils/snapshots/snapshot.js b/src/utils/snapshots/snapshot.js index ba07477..dd0c9c3 100644 --- a/src/utils/snapshots/snapshot.js +++ b/src/utils/snapshots/snapshot.js @@ -64,7 +64,7 @@ const set_snapshot = ( }; throw new Error( - `Snapshot Difference.\nPlease Update the Snapshot\n\n\t${json.message}` + `Snapshot Difference found.\nPlease Update the Snapshot\n\n${json.message.replaceAll(' ', ' ')}` ); }); }