![jungle@ranqiangjun.com](/assets/img/avatar_default.png)
![Jordan Harband](/assets/img/avatar_default.png)
167 changed files with 188 additions and 188 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh |
||||
|
||||
. ../../../nvm.sh |
||||
\. ../../../nvm.sh |
||||
[ $(nvm alias test-stable-1 | wc -l) = '2' ] |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh |
||||
|
||||
. ../../../nvm.sh |
||||
\. ../../../nvm.sh |
||||
|
||||
nvm which nonexistent_version |
||||
[ "_$?" = "_1" ] |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh |
||||
|
||||
. ../../../nvm.sh |
||||
\. ../../../nvm.sh |
||||
|
||||
nvm ls nonexistent_version |
||||
[ "$?" = "3" ] |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh |
||||
|
||||
. ../../../nvm.sh |
||||
\. ../../../nvm.sh |
||||
|
||||
nvm ls io |
||||
[ "$?" = "3" ] |
||||
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh |
||||
|
||||
. ../../../nvm.sh |
||||
\. ../../../nvm.sh |
||||
|
||||
nvm ls node_ |
||||
[ "$?" = "3" ] |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue