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
The spec reporter from Mocha always outputs the test results of the current describe block before the results of subsequent describe blocks.
describe
I would like to have a rule to reflect the same order in the code:
This would be an invalid order:
Maybe we should consider a separate rule that requires the position of before /after hooks on top of a describe block.
The text was updated successfully, but these errors were encountered:
This would be great. I'd also like this or another rule to enforce order of different types of hooks. E.g.:
Sorry, something went wrong.
I opened an issue about that separate rule as #193
No branches or pull requests
The spec reporter from Mocha always outputs the test results of the current
describe
block before the results of subsequent describe blocks.I would like to have a rule to reflect the same order in the code:
This would be an invalid order:
Maybe we should consider a separate rule that requires the position of before /after hooks on top of a describe block.
The text was updated successfully, but these errors were encountered: