Test with Jest
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Snapshot Testing with Jest

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.