Skip to content

Commit

Permalink
assume reporterOptions holds all options if configFile is !defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Wilkins committed Mar 8, 2017
1 parent 7d1ef64 commit 8f8885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MultiReporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ MultiReporters.prototype.getCustomOptions = function (options) {
console.error(e);
throw e;
}
}
} else { customOptions = _.get(options, "reporterOptions"); }

return customOptions;
};
Expand Down

0 comments on commit 8f8885c

Please sign in to comment.