Jest Snapshot

Learn how you can take snapshots using Jest to compare and test your React Components

We'll cover the following...

Taking snapshots using Jest

When you think of testing, you probably picture a list of assertions about your code, a sort of checklist of its functionality. Up to this point, all of the tests in this course have fit that description. But sometimes a picture is worth a thousand words. Or in this case, ...