Sign in
cobalt
/
third_party
/
nvm
/
eed0d0e85ccb35e8802b0df7061491e6cf5d6a4b
/
.
/
test
/
fast
/
Listing versions
tree: da4618071c523269154fc9475c59782db80866d3 [
path history
]
[
tgz
]
Running 'nvm ls --no-alias' does not call into nvm_alias
Running 'nvm ls --no-alias' with a pattern errors
Running 'nvm ls 0.0.2' should display only version 0.0.2
Running 'nvm ls 0.2' should display only 0.2.x versions
Running 'nvm ls foo' should return a nonzero exit code when not found
Running 'nvm ls io' should return NA
Running 'nvm ls node_' should return a nonzero exit code when not found
Running 'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias
Running 'nvm ls system' should include 'system' when appropriate
Running 'nvm ls' calls into nvm_alias
Running 'nvm ls' should display all installed versions
Running 'nvm ls' should filter out '.nvm'
Running 'nvm ls' should filter out 'versions'
Running 'nvm ls' should include 'system' when appropriate
Running 'nvm ls' should list versions in the 'versions' directory
Running 'nvm ls' should not show a trailing slash
Running 'nvm ls' with node-like versioning vx.x.x should only list a matched version
Running 'nvm ls' with nounset should not fail
teardown
Using a nonstandard IFS should not break