Fix grunt babel tasks

This commit is contained in:
Alexander Zobnin
2017-06-26 11:52:22 +03:00
parent b087ecd37e
commit f095053ba5

View File

@@ -85,15 +85,7 @@ module.exports = function(grunt) {
src: ['**/*.js'],
dest: 'dist/test/specs'
}]
},
distBenchmarks: {
files: [{
cwd: 'src/datasource-zabbix/benchmarks',
expand: true,
src: ['**/*.js'],
dest: 'dist/test/benchmarks'
}]
},
}
},
mochaTest: {