Source files for the course TDD in JavaScript by Dev Mastery
Using NPM:
$ git clone https://github.com/dev-mastery/tdd-in-js.git tdd
$ cd tdd
$ npm install
Using NPM:
$ npm test
for watch mode:
$ npm test:watch
Source files for the course TDD in JavaScript by Dev Mastery
Using NPM:
$ git clone https://github.com/dev-mastery/tdd-in-js.git tdd
$ cd tdd
$ npm install
Using NPM:
$ npm test
for watch mode:
$ npm test:watch