/tdd-examples-nodejs

TDD Exmaples for node.js

Primary LanguageJavaScript

Build Status

TDD example project of Gilded Rose for node.js

Teck Stack

  • babel
  • should
  • mocha
  • lodash
  • gulp
  • gulp-mocha
  • code coverage: gulp-istanbul, isparta

How to run

npm install //or yarn install
npm run test
npm run coverage