Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 583 Bytes

Dependency Status

kata-setup-js

My setup for doing TDD katas in JavaScript.

There are also some solutions available, each on it's own branch. Some of those are mine, some are katas I did with pair partners, some have been done by groups of more people during randori-style dojo sessions.

Instructions:

  • install dependencies: npm install
  • run tests on each file change: npm run-script watch
  • print the specification: npm test