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