Skip to content

Commit 812dcc9

Browse files
committed
add jest in test stage
1 parent 7e2cc30 commit 812dcc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pipeline {
1616
steps {
1717
echo "test pipeline"
1818
sh '''
19+
npm install --save-dev jest
1920
docker exec -it node sh -c 'npm test jest'
2021
'''
2122
}

0 commit comments

Comments
 (0)