diff --git a/gulpfile.js b/gulpfile.js index 870d5015bd..122bf7640c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -109,11 +109,10 @@ gulp.task('watch:server:run-tests', function () { if (filePath === path.resolve(file.path)) { changedTestFiles.push(f); + plugins.refresh.changed(f); } }); }); - - plugins.refresh.changed(); }); });