-
-
Save jpalala/3da4dc96c26f086b04ba to your computer and use it in GitHub Desktop.
install nodejs mocha test tools with nvm (node-version-manager)
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
#!/bin/bash | |
NPM=~/.nvm/versions/node/v0.12.0/bin/npm | |
$NPM install -g mocha | |
$NPM install -g chai | |
$NPM install -g xunit-file | |
$NPM install -g jshint | |
$NPM install -g nock | |
$NPM install -g supertest | |
$NPM install -g testacular | |
$NPM install -g phantomjs | |
$NPM install -g tap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment