A simple app for automated tests using jest
To run locally you need to be sure that the dependencies are installed:
$ npm install
To run:
$ npm start
$ npm test
$ npm test -- --coverage
Note the duplicate --. The first separates the parameters passed to the npm command itself and the following are passed to the test script.