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!
Execute Code Before and After Tests
Short tests are often good tests. In order to prevent unnecessarily repetitions, we can use Jest's hooks to run code before or after every test.
In this lesson, you'll learn how to execute code before every test and also see a practical example of why it's beneficial.