ebarbeito / KataTennis

This Kata is about implementing a simple tennis game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KataTennis

About this Kata

Usage

npm install
./node_modules/jasmine-node/bin/jasmine-node test --verbose

Continuous testing

If you're going to work on this, you can run tests automatically with ./node_modules/jasmine-node/bin/jasmine-node test --color --verbose --watch test/ src/ --autotest

About

This Kata is about implementing a simple tennis game


Languages

Language:JavaScript 100.0%