Courses

Test with Jest - Test with Jest - Running the First Test

In this lesson, we'll learn how to define our first test, also called specs which is short for specifications.

We also learn how we can group our tests with the describe function for organizational purposes. As well as where to place our tests to make sure Jest knows about them.