This commit is contained in:
bryan 2021-07-15 19:57:11 -04:00
parent f355b327d6
commit 4baa02dd53
5 changed files with 0 additions and 20 deletions

0
install.sh Executable file → Normal file
View File

0
nvm-exec Executable file → Normal file
View File

View File

@ -1,9 +0,0 @@
#!/bin/sh
set -ex
\. ../../nvm.sh
nvm alias test v0.1.2
[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]

View File

@ -1,11 +0,0 @@
#!/bin/sh
set -ex
die () { echo "$@" ; exit 1; }
\. ../../nvm.sh
nvm deactivate 2>&1
[ "$(nvm current)" = "system" ] || [ "$(nvm current)" = "none" ] || die '"nvm current" did not report "system" or "none" when deactivated'

0
update_test_mocks.sh Executable file → Normal file
View File