diff --git a/packages/mocha/src/index.js b/packages/mocha/src/index.js index 656e911e4..7d13f05e3 100644 --- a/packages/mocha/src/index.js +++ b/packages/mocha/src/index.js @@ -52,9 +52,7 @@ async function runTests({ grep, color: true, reporter, - - // https://github.com/mochajs/mocha/issues/4142#issuecomment-573295470 - reporterOption: reporterOptions, + reporterOptions, }; if (disableTimeouts) { mochaOpts.timeout = false;