Visually checking that your app appears as your designers intended was traditionally a manual process. No more: automate visual regression testing with Jest.
Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove […]