Closed as not planned
Description
🚀 Feature Proposal
I have some snapshots which are pretty chunky strings of markdown
I'd like to be able to more quickly see where the string differ!
This is already supported when directly diffing strings (expect('a b').toEqual('a c')
or expect('a c').toMatchSnapshot()
), but not for strings within other structures.
Motivation
I'd like a clue where the difference starts
Example
Any snapshot
Pitch
It's a nice to have! :D