khamocs
Version:
Javascript unit testing tools in one simple package. This package installs the most useful unit testing package tools.
23 lines (14 loc) • 597 B
Plain Text
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"