/Testing_Framework

Testing function requires the assert module and applies Mocha.JS.

Primary LanguageJavaScript

Testing Framework with Node.JS

Testing function used for other projects requiring the assert module, then applying Mocha.JS.


Installations

  • Install Mocha
    • Run command sudo npm install -g mocha
    • To resolve EACCES permissions, check here or run command npx mocha
    • After installation, you can run mocha index.test.js.