JavaScript + Karma (with Jasmine)
Clone this repo with git
:
git clone https://github.com/tddbuddy/karma-kata-seed
cd karma-kata-seed
Install dependencies:
npm install
Run test:
npm test
You should eventually see 1 test ran and 0 failures.
Now you can start your kata! May we suggest the FizzBuzz?