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.

🚧 PLEASE NOTE: An updated version of this course is available! see the Rapid Testing with Vitest: Master Unit Testing & Mocking course. This course is outdated!

Run Specific Tests Only

There are times when we want to only run a specific test, or skip a specific test. In this lesson, we'll learn how to manipulate which tests are run by jest.

It can be especially helpful to use these methods when we're debugging one test in a large file.