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

Don't re-initialize grep option on watch re-run #3960

Merged
merged 1 commit into from Jul 17, 2019

Commits on Jul 17, 2019

  1. Don't re-initialize grep option on watch re-run

    We remove code that called `mocha.grep(null)` on watch re-runs if the
    `--grep` option was not supplied. The code seems to serve no purpose and
    is the cause of mochajs#2027.
    Thomas Scholtes committed Jul 17, 2019
    Copy the full SHA
    0b6d8dc View commit details
    Browse the repository at this point in the history