From 05b41eedce679a65cf7beac8b19d891721f93323 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 1 Aug 2013 16:14:52 -0400 Subject: fix(grunt): ensure all dependent tasks are called for all test task Close #3421 --- lib/grunt/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/grunt/plugins.js b/lib/grunt/plugins.js index a17f62cc..33c52abf 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -52,7 +52,7 @@ module.exports = function(grunt) { }); - grunt.registerMultiTask('test', 'Run the unit tests with Karma', function(){ + grunt.registerMultiTask('tests', 'Run the unit tests with Karma', function(){ util.startKarma.call(util, this.data, true, this.async()); }); -- cgit v1.2.3