Skip to content

small project used to introduce my dev team to TDD. I chose the bowling kata for being simple to implement and having obvious test cases

License

Notifications You must be signed in to change notification settings

HugoCapocci/node_tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node_tdd Build Status

small project used to introduce my dev team to TDD. I chose the bowling kata for being simple to implement and having obvious test cases

list remote branch with "git branch -a" command switch to a specific branch with the command "git checkout <name_of_branch>" each branch is the full implementation of a step from this tutorial

run "npm install" command to download dependecies, then "npm test" to execute unit test

About

small project used to introduce my dev team to TDD. I chose the bowling kata for being simple to implement and having obvious test cases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published