Testing React Apps
Testing React Apps
At Facebook, we use Jest to test React applications.
Setup
Setup with Create React App
If you are just getting started with React, we recommend using Create React App. It is ready to use and ships with Jest! You don't need to do any extra steps for setup, and can head straight to the next section.
Setup without Create React App
If you have an existing application you'll need to install a few packages to m