A skeleton project for doing TDD in javascript

Getting Started

  • install the dependencies npm i
  • run the tests npm run test

Get in the flow!

  • watch for file changes and run the tests npm run watch

Dark Souls Mode

  • run the "test && commit || revert" script npm run souls-mode
  • keep those tests green or else your code will be reverted!