Loading gulpfile.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ gulp.task('test', ['clean'], function (done) { .on('error', function (err) { .on('error', function (err) { console.error(String(err)); console.error(String(err)); console.error(chalk.bold.bgRed(' TESTS FAILED ')); console.error(chalk.bold.bgRed(' TESTS FAILED ')); done(); done(new Error(' TESTS FAILED ')); }) }) .pipe(istanbul.writeReports({ .pipe(istanbul.writeReports({ reporters: ['lcov'], reporters: ['lcov'], Loading Loading
gulpfile.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -67,7 +67,7 @@ gulp.task('test', ['clean'], function (done) { .on('error', function (err) { .on('error', function (err) { console.error(String(err)); console.error(String(err)); console.error(chalk.bold.bgRed(' TESTS FAILED ')); console.error(chalk.bold.bgRed(' TESTS FAILED ')); done(); done(new Error(' TESTS FAILED ')); }) }) .pipe(istanbul.writeReports({ .pipe(istanbul.writeReports({ reporters: ['lcov'], reporters: ['lcov'], Loading