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

chore: add rule for meaningful top-level describes in tests #1075

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

dhhyi
Copy link
Collaborator

@dhhyi dhhyi commented Mar 21, 2022

PR Type

[x] Feature

What Is the Current Behavior?

Top-level describes in tests are no longer corrected after the TSLint-> ESLint migration. This can lead to confusing test outputs if a new test has an wrong name due to refactoring or copy&paste.

What Is the New Behavior?

New rule to assert the old behavior.

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

AB#75398

@dhhyi dhhyi added regression Something previously working doesn't work anymore community Community contributions labels Mar 21, 2022
@dhhyi dhhyi requested a review from MaxKless March 21, 2022 16:32
MaxKless
MaxKless previously approved these changes Mar 22, 2022
@dhhyi dhhyi force-pushed the chore/meaningful-describe-in-tests branch from e116e53 to b987be9 Compare March 22, 2022 10:13
@dhhyi dhhyi requested a review from MaxKless March 22, 2022 10:56
@MaxKless MaxKless merged commit eeb82c3 into develop Mar 22, 2022
@MaxKless MaxKless deleted the chore/meaningful-describe-in-tests branch March 22, 2022 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contributions regression Something previously working doesn't work anymore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants