From eabd140bd3d483a26697949b2b0a919222414b75 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Wed, 9 Sep 2015 00:25:26 -0400 Subject: [PATCH] fix(grunt): remove old duplicate 'test' task --- Gruntfile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 64198cda7..62df55738 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -275,11 +275,6 @@ module.exports = function (grunt) { }); }); - grunt.registerTask('test', [ - 'updateFixtures', - 'installFixtures', - 'mochaTest' - ]); grunt.registerTask('test', function(target, option) { if (target === 'fast') { grunt.task.run([