Files
jenkins-scripts/tests/ts/Jenkinsfile
T
2020-03-04 22:44:05 +03:00

4 lines
78 B
Groovy

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