July 2023
Intermediate to advanced
524 pages
9h 28m
English
Thanks to its components, React makes it easy to test our applications. There are many different tools available that we can use to create tests with React. In this chapter, we will cover the most popular ones to understand the benefits they provide.
Jest is an all-in-one testing framework solution maintained by Christoph Nakazawa from Meta and contributors within the community and aims to give you the best developer experience.
By the end of this chapter, you’ll be able to create a test environment from scratch and write tests for your application’s components.
In this chapter, we will look at the following topics:
Read now
Unlock full access