This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
964
Commits
1
Branch
90
Tags
3.7 MiB
Shell
97.6%
Makefile
1.4%
Dockerfile
1%
Tree:
2b63f37f8d
nvm
/
test
/
fast
/
Listing versions
History
Jordan Harband
2116d2ff91
Filter out the io.js version dir from nvm_ls output.
...
Fixes
#642
An error occurred
.
10 years ago
..
Running "nvm ls 0.0.2" should display only version 0.0.2.
Adding a failing test: `nvm ls 0.0.x` includes `v0.0.xy`
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 io" should return NA
Filter out the io.js version dir from nvm_ls output.
10 years ago
Running "nvm ls node_" should return a nonzero exit code when not found
Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs`
11 years ago
Running "nvm ls stable" and "nvm ls unstable" should return the appropriate implicit alias
Ensuring that there's a stable and unstable version "available" for this test.
11 years ago
Running "nvm ls system" should include "system" when appropriate
Removing unnecessary cleanup in "Listing Versions" tests.
11 years ago
Running "nvm ls" should display all installed versions.
Make `nvm_ls foo` work with `iojs`-prefixed version strings.
11 years ago
Running "nvm ls" should filter out ".nvm"
Filter out of `nvm ls` things that start with a dot.
Fixes
#421
An error occurred
,
closes
#422
An error occurred
.
11 years ago
Running "nvm ls" should filter out "versions"
Put node versions >= 0.12 in `versions/node` instead of just `versions`
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
Put node versions >= 0.12 in `versions/node` instead of just `versions`
11 years ago
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version
Noting the changed behavior of `nvm ls vx.y.` to return something useful.
11 years ago
teardown
Clean up from some more tests
11 years ago