Skip to content

Commit

Permalink
Fake nvm for light integration tests 😇
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Oct 17, 2024
1 parent d6af181 commit fbea9b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
echo "> Linking update-node"
npm link
echo
export NVM_DIR="$(realpath "$(dirname "$0")/../test/integration")"

cd test/integration
if [ -d .git ]; then
Expand Down
5 changes: 5 additions & 0 deletions test/integration/nvm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

function nvm () {
echo nope nope
}

0 comments on commit fbea9b3

Please sign in to comment.