From fbb7b361f72dcf2b2606e2e209e855d3c770d8b1 Mon Sep 17 00:00:00 2001 From: efernandez Date: Tue, 12 Feb 2019 12:58:49 -0300 Subject: [PATCH] prueba pre-commit --- gulpfile.js | 2 +- spec/serviceSpec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c3e8b84..a6fe9a0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ gulp.task('clean', function() { }); gulp.task('pre-commit', function() { - pump( + return pump( [ gulp.src([paths.srcJS, paths.specs]), jshint('.jshintrc'), diff --git a/spec/serviceSpec.js b/spec/serviceSpec.js index 8ccca85..17ef500 100644 --- a/spec/serviceSpec.js +++ b/spec/serviceSpec.js @@ -51,7 +51,7 @@ describe('Servicios de foca abm chofer', function() { httpBackend.flush(); expect(result).toEqual(returnFake); - }) + }); it('La función getChoferPorTransportista lleva a la ruta correcta', function() { //arrange -- 1.9.1