Skip to content

Commit

Permalink
downgrading gulp-mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Feb 22, 2017
1 parent f1d1e5a commit e35614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ gulp.task('appveyor', ['build'], function() {
console.log(chalk.blue('Running tests in', paths.test));
return gulp.src(paths.test, {read: false})
.pipe(mocha({
'reporter': "mocha-jenkins-reporter",
'reporterOptions': {
reporter: "mocha-jenkins-reporter",
reporterOptions: {
"junit_report_name": "ts-progress",
"junit_report_path": paths.coverage + "/JUnit.xml",
"junit_report_stack": 1
Expand Down

0 comments on commit e35614e

Please sign in to comment.