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 5dd2d7e5d4 Make `nvm ls` support listing the "versions" directory when it's present. 11 years ago
..
Running "nvm ls 0.2" should display only 0.2.x versions. Adding a failing test. 11 years ago
Running "nvm ls foo" should return a nonzero exit code when not found Moving this nvm ls test inside the "listing versions" test subdir. 11 years ago
Running "nvm ls node" should return a nonzero exit code when not found Ensure that `nvm ls node` doesn't return "node_modules", for example. 11 years ago
Running "nvm ls" should display all installed versions. Missed tests 11 years ago
Running "nvm ls" should filter out ".nvm" Filter out of `nvm ls` things that start with a dot. Fixes #421, closes #422. 11 years ago
Running "nvm ls" should include "system" when appropriate If `nvm_ls` is called without a pattern, and node exists, tack on "system". 11 years ago
Running "nvm ls" should list versions in the "versions" directory Make `nvm ls` support listing the "versions" directory when it's present. 11 years ago
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version Adding `teardown` to `test/fast/Listing versions/` 11 years ago
teardown Make `nvm ls` support listing the "versions" directory when it's present. 11 years ago