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

fix: When using --delay, .only() no longer works. Issue #1838 #3215

Merged
merged 1 commit into from Jan 28, 2018

Conversation

silviom
Copy link
Contributor

@silviom silviom commented Jan 19, 2018

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • All new code requires tests to ensure against regressions.

Description of the Change

Fix the issue #1838

Why should this be in core?

Benefits

Possible Drawbacks

Applicable issues

It applies to issue #1838
It is bug fix

@jsf-clabot
Copy link

jsf-clabot commented Jan 19, 2018

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 90.018% when pulling c69ea87 on silviom:master into 2e7e4c0 on mochajs:master.

@boneskull
Copy link
Member

this looks good, thank you!

@boneskull boneskull added type: bug a defect, confirmed by a maintainer semver-patch implementation requires increase of "patch" version number; "bug fixes" labels Jan 28, 2018
it.only('should run this', function () {});

it('should not run this test, neither', function () {
(true).should.equal(false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we aren't using should any longer, and assert isn't actually used here either, but I'll clean it up.

@boneskull boneskull merged commit b57f623 into mochajs:master Jan 28, 2018
@boneskull boneskull added this to the next milestone Jan 28, 2018
@boneskull boneskull modified the milestones: next, v5.0.1 Mar 6, 2018
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

4 participants