aboutsummaryrefslogblamecommitdiff
path: root/test/node/test.sh
blob: 3478478fef9dd923acd5ca00711428748190fb7f (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
      
 

                                      
 

                               
 

               
#!/bin/bash

set -e

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

# Definition specific tests
check "version" node  --version

# Report result
reportResults