nvm/test/fast/Listing versions/Running "nvm ls" should dis...

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