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 424aeb38b4
[Refactor] add `nvm_get_checksum_binary`; use it in `nvm debug`
5 years ago
..
Aliases [Fix] allow `nvm unalias x` when `x` is a default alias, but shadowed 5 years ago
Listing paths [Tests] use rimraf over `rmdir` in teardowns 6 years ago
Listing versions [Fix] `set -u`: Add default empty value for `$NVM_NO_ALIAS` 6 years ago
Unit tests [Refactor] add `nvm_get_checksum_binary`; use it in `nvm debug` 5 years ago
Running "nvm alias" should create a file in the alias directory. [Tests] Replace all dots with backslash dots 8 years ago
Running "nvm current" should display current nvm environment. [Tests] die() in tests should quote "$@" for echo 8 years ago
Running "nvm deactivate" should unset the nvm environment variables. [Fix] Improve `nvm_is_version_installed` to check for a node executable instead of root dir 7 years ago
Running "nvm install" with "--reinstall-packages-from" requires a valid version [Tests] update most mkdirs to use make_fake_{node,iojs} 7 years ago
Running "nvm install" with an invalid version fails nicely [Tests] die() in tests should quote "$@" for echo 8 years ago
Running "nvm unalias" should remove the alias file. [Tests] Replace all dots with backslash dots 8 years ago
Running "nvm uninstall" should remove the appropriate directory. [Fix] Improve `nvm_is_version_installed` to check for a node executable instead of root dir 7 years ago
Running "nvm uninstall" with incorrect file permissions fails nicely [Fix] Improve `nvm_is_version_installed` to check for a node executable instead of root dir 7 years ago
Running "nvm unload" should unset all function and variables. [Tests] try to make `nvm unload` test more robust 5 years ago
Running "nvm use foo" where "foo" is circular aborts [Tests] die() in tests should quote "$@" for echo 8 years ago
Running "nvm use iojs" uses latest io.js version [Tests] die() in tests should quote "$@" for echo 8 years ago
Running "nvm use system" should work as expected [Fix] `set -u`: ensure `NVM_USE_OUTPUT` is always set. 7 years ago
Running "nvm use x" should create and change the "current" symlink [Tests] update most mkdirs to use make_fake_{node,iojs} 7 years ago
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false [Tests] update most mkdirs to use make_fake_{node,iojs} 7 years ago
Running "nvm use" should drop CR char automatically. [Fix] Improve .nvmrc reading process 7 years ago
Sourcing nvm.sh should make the nvm command available. [Tests] Replace all dots with backslash dots 8 years ago
Sourcing nvm.sh should not modify parameters of caller [Tests] Replace all dots with backslash dots 8 years ago
nvm should remove the last trailing slash in $NVM_DIR [Fix] Remove $NVM_DIR trailing slash automatically, fix #1708 7 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