jstest for Node.js

Although tests can be run on any server-side platform with a simple script, jstest has a convenience interface for Node.js. Install the package through npm:

$ npm install -g jstest

You can then run sets of spec files from the command-line:

$ jstest example/**/*_spec.js

The command takes a list of files, which it will load before telling the test framework to execute.

The jstest program takes the following options: