Notes on Jest, JavaScript Testing - TamalWeb

added by JavaScript Kicks
7/26/2019 9:44:04 AM

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