This website requires JavaScript.
Explore
Help
Register
Sign In
eeymoo
/
nvm
Watch
1
Star
0
Fork
0
You've already forked nvm
mirror of
https://github.com/nvm-sh/nvm.git
synced
2026-01-12 18:27:17 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
271720ebfc83a69d53cc63ace1ee3ad648acb20b
nvm
/
test
/
fast
/
Listing versions
History
Jordan Harband
ce35311657
[Tests] force the NVM_DIR to the expected location, for tests
2022-12-27 21:40:48 -08:00
..
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 --no-alias' does not call into nvm_alias
…
Running 'nvm ls --no-alias' with a pattern errors
…
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
[meta] Rename some files to be more cross platform
2021-01-04 00:49:05 +01:00
Running 'nvm ls' should display all installed versions
[meta] Rename some files to be more cross platform
2021-01-04 00:49:05 +01:00
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
[meta] Rename some files to be more cross platform
2021-01-04 00:49:05 +01:00
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
…