Improved snapshot testing in Jest with alpha-serializer
Jest test runner has great feature for snapshot testing. A concept that greatly improves the process of writing tests. I'd like to briefly explain how it works and what you can do to improve even more. How snapshot testing work Let's start with an example...