Skip to content

palsingh/nodejs-unittest-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-unittest-sample

NodeJS unit test examples with mocha chai

Steps to transpile source and run test cases

  • npm install
  • If mocha is not globally installed, do npm install mocha -g
  • Type grunt in cmd to transpile es6 to es5. It will also start watcher on es6 files
  • Type mocha in cmd to run test cases

About

NodeJS unit test examples with mocha chai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published