Skip to content

Instantly share code, notes, and snippets.

@williamchan
Last active August 29, 2015 14:02
Show Gist options
  • Save williamchan/405a96ec81eac380738b to your computer and use it in GitHub Desktop.
Save williamchan/405a96ec81eac380738b to your computer and use it in GitHub Desktop.
A few simple commands to run mocha tests
echo "Running mocha tests with grunt..."
echo `grunt -version`
npm install
grunt simplemocha --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment