Skip to content

ahmed-hamdy90/tutsplus-javascript-unit-test-with-mocha-and-chai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repository Follow Tutsplus course for Javascript Unit test with mocha, chai and sinon

Examples:

every clip has include code or demo has been written on separated folder under folder for which Chapter this clip exists, Here List of Chapters and clips

Run Examples:

You can Run every example using Docker(every one has his own Dockerfile file), if you don't have Docker, you can install Docker Engine from Here

  • First build docker image
docker build -t mochacourse .
  • Second run built image:

    • Next command to run examples except Ch01/02 and Ch04/14 examples
      docker run --name mochacourse mochacourse
    • Run Ch01/02 and Ch04/14 examples
      docker run --name mochacourse -p 9000:9000 mochacourse
Notice:

About Testing example under Ch04/16 related to run tests suite uisng Travis CI prefered to use use-travis-ci branch as travis-ci file into root files

About

Follow Tutsplus Course for Javascript Unit test with mocha, chai and sinon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •