Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 489 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 489 Bytes

String Calculator

My solution to a TDD kata made by Roy Osherove.

Uses the Jasmine (2.0.0) test framework.

Setup

    git clone https://github.com/thibaudcolas/string-calculator.git
    cd string-calculator/
    npm install -g livereloadx
    server
    livereloadx .
    echo "http://localhost:1337/SpecRunner.html"

Running code coverage

    node_modules/.bin/karma start karma.js