Socket
Book a DemoInstallSign in
Socket

chook

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chook

Headless, framework-agnostic unit test runner

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

chook

Headless, framework-agnostic unit test runner for Node.js Build Status

Getting Started

Install Chook with: npm install chook

Install the JsTestDriver adapter (currently the only adapter available) with: npm install chook-jstestdriver

var chook = require('chook'),
	chook_jstestdriver = require('chook-jstestdriver');

chook.configure(function(){
	chook.use( chook_jstestdriver({configPath: '/path/to/JsTestDriver.conf'}) );
});

chook.run().on('complete', function(results) {
	console.log(results);
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

License

Copyright (c) 2013 Mark Dalgleish
Licensed under the MIT license.

FAQs

Package last updated on 02 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts