Snapshot testing is a very interesting testing technique provided by Jest. In this lesson, we'll learn what snapshots are and how to use snapshots in our tests.
Snapshots should be checked in to your Git repository as they are a part of your test suite.