0.0.5 • Published 9 years ago

khamocs v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Javascript unit testing tools in one simple package

This package installs the most useful unit testing package tools.

Karma test runner for javascript (uses below tools) Mocha testing framework Chai assertion library Sinon.js This can be directly installed from the npmregistry as

npm install khamocs

if needed globally

npm install -g khamocs

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"

0.0.5

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago