1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-12 20:17:28 +08:00
nvm/test/fast/Aliases/Running "nvm alias <aliasname>" should list but one alias.
2016-11-03 23:44:59 -07:00

5 lines
75 B
Bash
Executable File

#!/bin/sh
\. ../../../nvm.sh
[ $(nvm alias test-stable-1 | wc -l) = '2' ]