Tests for nvm copy-packages

This commit is contained in:
Jordan Harband
2014-07-31 19:46:08 -07:00
parent 78a5e3fadf
commit b8fe75e93a
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
. ../../../nvm.sh
nvm uninstall v0.10.28
nvm uninstall v0.10.29
rm -f .nvmrc
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi