We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b77abe commit a125825Copy full SHA for a125825
tasks/javascript.js
@@ -117,7 +117,7 @@ gulp.task('javascript:lint', function () {
117
gulp.task('javascript:unit', function () {
118
var reporters = cliArgs.karmareporter;
119
if (reporters.constructor === Array) {
120
- reporters = Array;
+ reporters = reporters;
121
}
122
else if (typeof reporters === 'string' &&
123
reporters !== karma.yargsOption.value.default) {
0 commit comments