Test with Jest
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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.