aboutsummaryrefslogtreecommitdiff
path: root/test/node/test.sh
blob: b9058755e2f6cf94a42533cd282ce77e0b823566 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" node  --version
echo "location"
echo $(whereis node)
# Report result
reportResults