Skip to content

Files

Latest commit

 

History

History
12 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 287 Bytes

js-coding-dojo-setup

Basic environment set-up for JS (or TypeScript) coding dojo using Mocha tests and WebStorm IDE

How to run

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).