This website requires JavaScript.
Explore
Help
Register
Sign In
273345896
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b42df8d1d
nvm
/
test
/
fast
/
Running "nvm alias" should ...
6 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests from readme fast tests alias unalias more alias tests tests document testing warn not to run while testing chmod +x deactivate specify the version (commit) of urchin installation test run tests for ls switch unsetopt to the thing creationix has rename tests urchin log adjust urchin version
2012-10-11 07:17:09 +08:00
#!/bin/sh
. ../../nvm.sh
nvm alias test v0.1.2
Added travis config, fixed tests for use on travis
2014-03-17 02:05:28 +08:00
[ "$(cat ../../alias/test)" = "v0.1.2" ]