jenkins-scripts/tests/ts/Jenkinsfile

4 lines
78 B
Groovy

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