Snapshot testing -React(ive) to Proactive
Snapshot testing has been around for a while in React.
What is it?
A way of testing the UI given a certain state. So your site renders each part of it in a certain way. To capture and test that consistency over time you can use snapshot tests.
Why wo...
blog.mckie.info3 min read