Skip to content

Test Driven Developement in Javascript using mocha and chai

Notifications You must be signed in to change notification settings

missating/Javascript-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Test Driven Developement in Javascript using mocha and chai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published