jenkins-scripts/tests/ts/Jenkinsfile

4 lines
78 B
Plaintext
Raw Permalink Normal View History

2020-03-04 19:41:58 +03:00
stage('unit tests') {
echo 'runing ts tests...'
sh 'npm run test:ts'
}