August 2017
Beginner
374 pages
10h 41m
English
First, we need to set up a testing engine to be able to run tests. In this book, we will use Jest (https://facebook.github.io/jest/). Jest, like React, is developed by the Facebook open source team. Perform the following steps to set up Jest:
npm install --save-dev jest
npm install --save-dev babel-jest regenerator-runtime
Read now
Unlock full access