Basic environment set-up for JS (or TypeScript) coding dojo using Mocha tests and WebStorm IDE
git clone https://github.com/Suzii/js-coding-dojo-setup
cd js-coding-dojo-setup
npm install
npm test
Note that one test is failing (on purpose).