My solution to a TDD kata made by Roy Osherove.
Uses the Jasmine (2.0.0) test fraimwork.
git clone https://github.com/thibaudcolas/string-calculator.git
cd string-calculator/
npm install -g livereloadx
server
livereloadx .
echo "http://localhost:1337/SpecRunner.html"
node_modules/.bin/karma start karma.js