Quiz Yourself on Jest
Explore how to apply Jest testing commands and understand common project configurations. This lesson helps you quiz your understanding of setting up and running Jest tests, focusing on practical scripts and file naming conventions for React apps.
We'll cover the following...
We'll cover the following...
A project has defined the following npm scripts:
{
"scripts": {
...