/g59-q4-tdd-oop

tadaoops

Primary LanguageJavaScript

g59-q4-tdd-oop

Build Status

Test driven OOP exercises.

Complete the needed code/classes to pass the tests.

Getting started

npm install

Installing Chai (mocha for testing)

npm install Chai

Run Tests using mocha:

mocha '*/test/*test.js'

Run Test

npm test

Here's your starting point:

image