4 lines
78 B
Groovy
4 lines
78 B
Groovy
stage('unit tests') {
|
|
echo 'runing ts tests...'
|
|
sh 'npm run test:ts'
|
|
} |