mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
fix(grunt): ensure all dependent tasks are called for all test task
Close #3421
This commit is contained in:
committed by
Igor Minar
parent
f80730f497
commit
05b41eedce
@@ -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());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user