aboutsummaryrefslogblamecommitdiff
path: root/test/node/test.sh
blob: 499dbe68afd0e3e4c748f16d31250b3804f7256e (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
check "pnpm" pnpm -v
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10"

# Report result
reportResults