Unit Testing using Mocha in NodeJs (TDD) How to run: Install all dependecies: npm install Make sure the node_modules directory and package-lock.json existed Run the server: node app/server.js Execute the test: npm test