chore(grunt): fix up the help text for the new test commands

Closes #3421
This commit is contained in:
Matias Niemelä
2013-08-04 11:40:24 -04:00
committed by Igor Minar
parent 05b41eedce
commit 953fa4cd16
2 changed files with 8 additions and 8 deletions

View File

@@ -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());
});