From 953fa4cd1631e77cd8ddf321b968fcbd9e3a10f2 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Sun, 4 Aug 2013 11:40:24 -0400 Subject: chore(grunt): fix up the help text for the new test commands Closes #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 33c52abf..363b8698 100644 --- a/lib/grunt/plugins.js +++ b/lib/grunt/plugins.js @@ -52,7 +52,7 @@ module.exports = function(grunt) { }); - grunt.registerMultiTask('tests', 'Run the unit tests with Karma', function(){ + grunt.registerMultiTask('tests', '**Use `grunt test` instead**', function(){ util.startKarma.call(util, this.data, true, this.async()); }); -- cgit v1.2.3