You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jordan Harband d3d768adcd
Add `nvm_get_mirror`
9 years ago
..
Aliases [Tests] `nvm alias --lts`: add tests 9 years ago
Listing paths [Tests] use `$NVM_DIR` instead of relative paths 9 years ago
Listing versions [Tests] use `$NVM_DIR` instead of relative paths 9 years ago
Unit tests Add `nvm_get_mirror` 9 years ago
Running "nvm alias" should create a file in the alias directory. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm current" should display current nvm environment. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm deactivate" should unset the nvm environment variables. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm install" with "--reinstall-packages-from" requires a valid version [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm install" with an invalid version fails nicely [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm unalias" should remove the alias file. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm uninstall" should remove the appropriate directory. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm uninstall" with incorrect file permissions fails nicely [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm unload" should unset all function and variables. [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm use foo" where "foo" is circular aborts [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm use iojs" uses latest io.js version [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm use system" should work as expected [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm use x" should create and change the "current" symlink [Tests] use `-ex` option during tests when possible 9 years ago
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false [Tests] use `-ex` option during tests when possible 9 years ago
Sourcing nvm.sh should make the nvm command available. [Tests] use `-ex` option during tests when possible 9 years ago
Sourcing nvm.sh should not modify parameters of caller [Tests] use `-ex` option during tests when possible 9 years ago
setup [Tests] use `-ex` option during tests when possible 9 years ago
setup_dir [Tests] use `-ex` option during tests when possible 9 years ago
teardown [Tests] use `-ex` option during tests when possible 9 years ago
teardown_dir [Tests] use `-ex` option during tests when possible 9 years ago