Skip to content

Instantly share code, notes, and snippets.

@FredKSchott
Last active August 29, 2015 14:05
Show Gist options
  • Save FredKSchott/b6f1a16df8ce0057acab to your computer and use it in GitHub Desktop.
Save FredKSchott/b6f1a16df8ce0057acab to your computer and use it in GitHub Desktop.
Running Tests with Mocha - ShellJS Recipes - http://shelljs-recipes.tumblr.com/
// Dependencies: mocha (http://visionmedia.github.io/mocha/)
echo('Running Tests');
exec('node ./node_modules/mocha/bin/_mocha --recursive' + TEST_DIR);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment