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