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

Add no-empty-description rule. closes #302 #304

Merged
merged 2 commits into from
Dec 1, 2021
Merged

Add no-empty-description rule. closes #302 #304

merged 2 commits into from
Dec 1, 2021

Conversation

pustovitDmytro
Copy link
Contributor

This rule enforces specifying the suite/test descriptions for each test.

The following patterns are considered problems:

it();
suite("");
test(function() { })
test.only(" ", function() { })

also, I added this rule to the recommendations list.

Copy link
Owner

@lo1tuma lo1tuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

Copy link
Owner

@lo1tuma lo1tuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants