Password program is unit tested. Login page mocks an api response.
Make sure to have node 8.0+
and npm 5.0+ or yarn 1.5.1+
installed.
$ git clone https://github.com/iskanderbroere/chuck
$ cd chuck
$ npm install # Or yarn install
# serve with hot reloading at localhost:3000
$ npm run dev
# run mocha test watcher
$ npm run test