From 129037ff95a12b90c009f925ecdd4b87dd7b69e9 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Wed, 2 Jan 2019 09:03:43 +0100 Subject: [PATCH] fixed file path plus unused code deletion --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 956552aa6..b37add45d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,7 @@ gulp.task('e2e-only', () => { if (argv.show || argv.s) process.env.E2E_SHOW = true; - return gulp.src('./e2e/tests.js') + return gulp.src('./e2e_tests.js') .pipe(jasmine({reporter: 'none'})); });