Sources: https://mochajs.org/
Installation:
npm i -D mocha
./node_modules/.bin/mocha test/testFile.js #If mocha installed locally to project.
OR,
mocha test/testFile.js #If mocha installed globally.
Prob#1: