Sign in
cobalt
/
third_party
/
nvm
/
refs/heads/add_nvm_num_version_groups
/
.
/
test
/
fast
tree: 65d8dbf31448840aed67f35406527d73de826d7f [
path history
]
[
tgz
]
Aliases/
Listing versions/
Unit tests/
Running "nvm alias" should create a file in the alias directory.
Running "nvm current" should display current nvm environment.
Running "nvm deactivate" should unset the nvm environment variables.
Running "nvm install" with an invalid version fails nicely
Running "nvm unalias" should remove the alias file.
Running "nvm uninstall" should remove the appropriate directory.
Running "nvm unload" should unset all function and variables.
Running "nvm use system" should work as expected
Running "nvm use x" should create and change the "current" symlink
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false
setup
setup_dir
Sourcing nvm.sh should make the nvm command available.
teardown
teardown_dir