From 6d8bfb20ec82cd54e4ae6828de9dabf1ea84aa8c Mon Sep 17 00:00:00 2001 From: kiswa Date: Thu, 23 Feb 2017 01:23:33 +0000 Subject: [PATCH] Cleanup --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index dbc2055..b1ff44b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -198,9 +198,7 @@ gulp.task('coverage-prep', ['tsc'], () => { gulp.task('coverage', ['coverage-prep'], () => { return gulp.src(paths.tests_app) .pipe(mocha({ - require: [ - './test/app/mocks.js' - ] + require: [ './test/app/mocks.js' ] })) .pipe(coverage.writeReports({ dir: './coverage/app/',