jest-101 Let's go with TDD in Front End. Most of the test cases come from the book Test-Driven Development with React. Setup $ brew install node $ npm install -g jest $ npm install --save-dev babel-jest babel-core regenerator-runtime @babel/preset-env Run test $ npm test