gulp.task('clean:js:test', function () {
    return gulp.src(path.clean.js.test, options.clean.general.src)
    .pipe(plugins.rimraf(options.clean.general.plugin));
});