We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b10424 commit 8d16512Copy full SHA for 8d16512
lib/reporters/json.js
@@ -45,7 +45,6 @@ function JSONReporter(runner, options = {}) {
45
var output;
46
47
if (options.reporterOption && options.reporterOption.output) {
48
- Base.consoleLog('JSON Options:', options.reporterOption);
49
if (utils.isBrowser()) {
50
throw createUnsupportedError('file output not supported in browser');
51
}
0 commit comments