TDD Homework We practice Test Driven Development. This simple exercise shows an example of what we expect from our development teams. Task Clone the github repo Make the tests pass Setup git clone ......... cd tdd-homework npm install npm test