stage('unit tests') {
    echo 'runing tests...'
    sh 'npm run test'
}