1. 23
    Run a Simple Test with Jest in a React App
    2m 26s

Run a Simple Test with Jest in a React App

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

Testing should be part of any substantial project, so we'll take the effort out of it by incorporating testing configuration into our boilerplate. In this lesson, we'll add Jest as a project dependency. We’ll add a test script to our package.json, create a sample test and verify that our test script works.