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

My attempts on the String Calculator TDD Kata in JavaScript w/ Jasmine and Istanbul

License

Notifications You must be signed in to change notification settings

thibaudcolas/string-calculator

Repository files navigation

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

About

My attempts on the String Calculator TDD Kata in JavaScript w/ Jasmine and Istanbul

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published