Skip to content

AliMustafa253/Test-Driven-Development-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development using mocha/chai in JS

Unit Test and Integration Test examples in JavaScript.

Pre-requisite:

Ensure you have the following downloaded

  • Npm
  • Node

initialized tools/frameworks

npm i
  • Mocha.js
  • Chai.js
  • Supertest
  • Sinon(for test doubles)
  • Nyc (to check which code is covered)
  • Babel

Additional Notes

Personalized notes covering the basics have been included as well in a text file (TDD.txt).

About

TDD. Unit Test and Integration Test examples in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published