nvm/test/fast/Listing versions/Running "nvm ls" should display all installed versions.
2014-01-04 04:58:33 +01:00

11 lines
161 B
Bash
Executable File

#!/bin/sh
. ../../../nvm.sh
mkdir ../../../v0.1
mkdir ../../../v0.3
# The result should contain the version numbers.
nvm ls | grep v0.1 &&
nvm ls | grep v0.3