diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-10-29 02:50:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 02:50:48 +0300 |
commit | 9366ef7ed18ed63a360d343338bda4ce41e62d09 (patch) | |
tree | 524e342dfb384d708a1b9568f41d3dc60d0b417e /test/node/version_none.sh | |
parent | f1c981d0643f8791c8bdc586cf14851b8c236bf1 (diff) |
Node: Fix failure when `version:none` (#247)
fix version:none
Diffstat (limited to 'test/node/version_none.sh')
-rwxr-xr-x | test/node/version_none.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/node/version_none.sh b/test/node/version_none.sh new file mode 100755 index 0000000..c7c9e57 --- /dev/null +++ b/test/node/version_none.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +# Definition specific tests +check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10" + +# Report result +reportResults |