grunt test:branch now only generates the chosen branch
This commit is contained in:
@ -9,7 +9,7 @@ module.exports = function (grunt) {
|
||||
grunt.registerTask('test', function (branch) {
|
||||
var tasks = [
|
||||
'jshint',
|
||||
'run:generate',
|
||||
branch ? 'run:generate_' + branch : 'run:generate',
|
||||
'mochacov:unit'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user