diff --git a/Gruntfile.js b/Gruntfile.js index 8c7d177..a5b8b72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {