Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 410 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 410 Bytes

Javascript-TDD

Test Driven Developement in Javascript using mocha and chai

TDD - Is a software development approach where test are written before actual implementation is done.

Its a RED-GREEN-REFACTOR process which requires your test to fail after the first run.

To run this: type npm test in your terminal after npm install to get all the dependcies.