Skip to content

seshakiran/karma-mocha-chai-sinon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

karma-mocha-chai-sinon

Javascript unit testing tools in one simple package

This package installs the most useful unit testing package tools.

  1. Karma test runner for javascript (uses below tools)
  2. Mocha testing framework
  3. Chai assertion library
  4. Sinon.js

This can be directly installed from the npmregistry as

npm install karma-mocha-chai-sinon

if needed globally

npm install -g karma-mocha-chai-sinon

After the installtion is complete; karma can be initialized using

karma init "myconf.js" (myconf.js) is your local config file created via karma init myconf.js

or if to be used with an existing config file

karma start "path to your config file"

About

Javascript unit testing tools in one simple package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published