mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
chore(grunt): fix up the help text for the new test commands
Closes #3421
This commit is contained in:
committed by
Igor Minar
parent
05b41eedce
commit
953fa4cd16
@@ -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());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user