aboutsummaryrefslogtreecommitdiffstats
path: root/lib/grunt
diff options
context:
space:
mode:
authorMatias Niemelä2013-08-04 11:40:24 -0400
committerIgor Minar2013-08-08 23:53:09 -0700
commit953fa4cd1631e77cd8ddf321b968fcbd9e3a10f2 (patch)
treee3bb33a3d38fac22f803b557ad0ba6455b0451ce /lib/grunt
parent05b41eedce679a65cf7beac8b19d891721f93323 (diff)
downloadangular.js-953fa4cd1631e77cd8ddf321b968fcbd9e3a10f2.tar.bz2
chore(grunt): fix up the help text for the new test commands
Closes #3421
Diffstat (limited to 'lib/grunt')
-rw-r--r--lib/grunt/plugins.js2
1 files changed, 1 insertions, 1 deletions
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());
});