Fix nvm alias tests to have both stable and unstable mocks.

This commit is contained in:
Jordan Harband
2014-10-10 23:46:18 -04:00
parent a2633e5980
commit 8f76b35370
4 changed files with 47 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
. ../../../nvm.sh
[ $(nvm alias test1 | wc -l) = '2' ]
[ $(nvm alias test-stable-1 | wc -l) = '2' ]