-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
when grepping don't display the empty suites #166
Labels
type: feature
enhancement proposal
Comments
Just discovered --grep and glad that you already know about this issue. I think it may be worth showing an example for exact matching using ^. I was having an unintended test fire because it included part of a word that I was only looking for exactly in a description. |
antoviaque
added a commit
to antoviaque/mocha
that referenced
this issue
Apr 9, 2012
Don't emit the 'suite' event if the suite doesn't contain tests matching the grep expression.
antoviaque
added a commit
to antoviaque/mocha
that referenced
this issue
Apr 10, 2012
…te.iterateTests() function to suite.eachTest(), and replaces forEach by util.forEach() for browser compatibility.
brendannee
pushed a commit
to brendannee/mocha
that referenced
this issue
Apr 10, 2012
Don't emit the 'suite' event if the suite doesn't contain tests matching the grep expression.
brendannee
pushed a commit
to brendannee/mocha
that referenced
this issue
Apr 10, 2012
…te.iterateTests() function to suite.eachTest(), and replaces forEach by util.forEach() for browser compatibility.
This issue should be closed, right? |
yup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: