A skeleton project for doing TDD in javascript
- install the dependencies
npm i
- run the tests
npm run test
- watch for file changes and run the tests
npm run watch
- run the "test && commit || revert" script
npm run souls-mode
- keep those tests green or else your code will be reverted!