blob: 8a466bb64388da30f1777aa473d4ce97f6b51bff [file] [log] [blame]
#!/bin/sh
set -ex
. ../../nvm.sh
nvm alias test v0.1.2
[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]