Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options.reporterOptions are used for progress reporter #3182

Merged
merged 1 commit into from Dec 29, 2017

Conversation

canoztokmak
Copy link
Contributor

Progress reporter had multiple options for configuring the reporter,
but it needed the optional fields under options object, while
those fields are provided under options.reporterOptions.
This commit enables usage of optional fields from reporterOptions.
Updated test cases as well.

Fix for #2661

Progress reporter had multiple options for configuring the reporter,
but it needed the optional fields under `options` object, while
those fields are provided under `options.reporterOptions`.
This commit enables usage of optional fields from `reporterOptions`.
Updated test cases as well.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 90.018% when pulling e0d29ad on canoztokmak:bugfix/progress-options into ae3712c on mochajs:master.

@boneskull boneskull added the semver-patch implementation requires increase of "patch" version number; "bug fixes" label Dec 29, 2017
@boneskull boneskull added this to the v4.1.0 milestone Dec 29, 2017
@boneskull boneskull merged commit 5be22b2 into mochajs:master Dec 29, 2017
@boneskull
Copy link
Member

@canoztokmak LGTM, thanks for fixing this.

@boneskull boneskull added the type: bug a defect, confirmed by a maintainer label Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch implementation requires increase of "patch" version number; "bug fixes" type: bug a defect, confirmed by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants