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