Skip to content

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

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors