Jest partial snapshot matching
Now that we first looked at snapshot testing, you might already have come across some weird use-cases.
For instance, what if your data returns a date object?
Or are your IDs dynamic and ever-changing?
This means only a part of our snapshot should mat...
h.daily-dev-tips.com2 min read