[Tests] force the NVM_DIR to the expected location, for tests

This commit is contained in:
Jordan Harband
2022-12-27 13:16:10 -08:00
parent fe06825a96
commit ce35311657
7 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ set -ex
die () { echo "$@" ; exit 1; }
export NVM_DIR="$(cd ../.. && pwd)"
\. ../../nvm.sh
nvm deactivate 2>&1