We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My Original comment below: It looks like we now correctly report how this is actually prevents other tests from running.
git bisect tells me this was introduced in: 5d1df37
A good example is running two tests and the error looks like this:
0 passing (3 ms) 1 failing
When previously it looked like this:
✖ 1 of 2 tests failed:
The text was updated successfully, but these errors were encountered:
issue mochajs#973 - mark suite with failing hook(s) as pending
f833c2b
fixed by #1043
Sorry, something went wrong.
No branches or pull requests
My Original comment below: It looks like we now correctly report how this is actually prevents other tests from running.
git bisect tells me this was introduced in: 5d1df37
A good example is running two tests and the error looks like this:
When previously it looked like this:
The text was updated successfully, but these errors were encountered: