A simple example of how to use jest Build Status (Ubuntu 16.04) 1. Install the dependencies and run the project cd path/to/clone/dir ## install the dependencies npm i # run unity tests npm run test # run unity tests and code coverage npm run test:coverage