Last active
August 29, 2015 14:05
-
-
Save FredKSchott/b6f1a16df8ce0057acab to your computer and use it in GitHub Desktop.
Running Tests with Mocha - ShellJS Recipes - http://shelljs-recipes.tumblr.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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