Automated testing in Node.js using Mocha.
Before you can run the tests, you must first run install all the necessary node module dependencies for the project. Run the following command from your terminal:
npm install
Now you should be able to run the tests like this:
npm test