Tag: jest

Automated Visual Regression Testing With Jest

Automated visual regression testing with Jest

Dev

Visually checking that your app appears as your designers intended was traditionally a manual process. No more: automate visual regression testing with Jest.

Timothy Vernon
Mar 12, 2020 ⋅ 6 min read

Refactoring legacy code with Jest snapshots

Dev

Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove […]

Benjamin Johnson
Mar 26, 2019 ⋅ 6 min read