Skip to content

Instantly share code, notes, and snippets.

@julianalucena
Created September 12, 2012 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save julianalucena/3706606 to your computer and use it in GitHub Desktop.
Save julianalucena/3706606 to your computer and use it in GitHub Desktop.
Mocha setup
# Install nodejs
$ brew install nodejs
# Install npm
$ curl http://npmjs.org/install.sh | sh
# If it does not work, try it
$ curl https://npmjs.org/install.sh | sh
# Still does not work? Try it
$ curl -k https://npmjs.org/install.sh | sh
# Install Mocha
$ npm install -g mocha
# Install chai
$ npm install chai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment