Node.js unit tests

Server side unit tests are performed using Mocha and Chai. You can launch server unit tests with the following command:

npm run test:server

AngularJS unit tests

Client side unit tests are performed using Karma. You can launch client unit tests with the following command:

npm run test:client