Skip to content

A simple nodeunit test runner for invoking tests via node

Notifications You must be signed in to change notification settings

mixu/nodeunit-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple nodeunit test runner for invoking tests via node

Example code:

// if this module is the script being run, then run the tests:
if (module == require.main) {
  var nodeunit_runner = require('nodeunit-runner');
  nodeunit_runner.run(__filename);
}

About

A simple nodeunit test runner for invoking tests via node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published