/js-testing

JS Testing with NodeJS, Mocha, Chai and Sinon

Primary LanguageJavaScript

Mocha Testing Documentation

To build the app type:

npm install

To run mocha tests type:

npm test

To run only one test in the test directory:

npm test test/day3.test.js