Skip to content

BraviSoftware/CodingDojo3_KataPotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodingDojo3_KataPotter - JavaScript

Solution for KataPotter (http://codingdojo.org/cgi-bin/wiki.pl?KataPotter) implemented on JavaScript, using Jasmine-Node

If you want to play with it in your machine, do the following:

  • Install Node (http://nodejs.org/)
  • Open the command prompt and install jasmine-node via npm: npm install -g jasmine-node
  • Go to the folder where you've cloned this repository, and run jasmine-node --autotest spec lib
  • Whenever you save a file, the tests will run automatically :-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published