diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 1f74adbd5d..14953c8559 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -219,8 +219,8 @@ gulp.task('test', [ `\x1b[36mPending: ${totals[2]}\t` ); - if (totals[1] > 0) throw "ERROR: There are failing tests!" - else { - console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m'); - } + if (totals[1] > 0) throw "ERROR: There are failing tests!" + else { + console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m'); + } });