Fixes after author test

This commit is contained in:
Ravi Srinivasan
2019-07-03 18:40:36 +05:30
parent 835453322f
commit 2ca6c30d94
4 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,6 @@ pipeline {
steps {
echo '### Running unit tests ###'
sh 'cd books; npm test'
junit 'books/reports/server/mocha/test-results.xml'
}
}