Node.js unit tests
Server side unit tests are performed using Mocha and Chai. You can launch server unit tests with the following command :
grunt mochaTest
AngularJS unit tests
Client side unit tests are performed using Karma. You can launch client unit tests with the following command :
grunt karma