mochaTest ☕
Test example with Mocha and Chai.
How to start the project? 🤔
After cloning the project, run the following command inside the project folder:
npm install
Install Mocha globally by running the command:
npm install --global mocha
Install Chai globally by running the command:
npm install --global chai
Then, enter the src folder and run the command:
mocha
Finished. Project executed successfully! 🚀