272 Views
Jest is from Facebook, it comes pre-installed in Create React App. It's a good idea to install Jest globally since I will be using it from now on. Or install as a dev dependency: Run it with npm test by adding jest --watchAll in the package.json file.
0 comments