All posts

Jest - Snapshot testing React components with Enzyme

Most people who use snapshot testing believe it is somehow incompatible with Enzyme. This post will show you that it's not Snapshots vs Enzyme but Snapshots & Enzyme

Debugging Jest With Vscode

Sometimes tests fail. And sometimes you don't have any clue as to why they do... Follow along to see how you can setup VSCode debugging together with Jest to get breakpoints, step through and all the other goodies you would expect when debugging a piece of code.