-
Notifications
You must be signed in to change notification settings - Fork 239
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(padding-around-test-blocks): update description #1691
fix(padding-around-test-blocks): update description #1691
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks - would you mind updating this to include it
as well?
@@ -27,6 +27,6 @@ export const config = [ | |||
|
|||
export default createPaddingRule( | |||
__filename, | |||
'Enforce padding around afterAll blocks', | |||
'Enforce padding around `test` blocks', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Enforce padding around `test` blocks', | |
'Enforce padding around `test` and `it` blocks', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed in 5f7c7b0.
5f7c7b0
to
523a127
Compare
523a127
to
b563390
Compare
## [28.10.1](v28.10.0...v28.10.1) (2025-01-15) ### Bug Fixes * **padding-around-test-blocks:** update description ([#1691](#1691)) ([9cb4ecc](9cb4ecc))
🎉 This PR is included in version 28.10.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I have fixed the
padding-around-test-blocks
rule documentation.