What is mocha?
"simple, flexible, fun test framework"
mocha is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 2.2 MB on disk.
Installation Guide
# Install via NPM
npm install mocha
# Install via Yarn
yarn add mocha