mocha and freecodecamp test
May 15, 2019
On the final module. Not a lot of instruction on how to run the test but you should be able to run them by
./node_modules/.bin/mocha --ui tdd ./tests/1_unit-tests.js
May 15, 2019
On the final module. Not a lot of instruction on how to run the test but you should be able to run them by
./node_modules/.bin/mocha --ui tdd ./tests/1_unit-tests.js