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

Check static template strings in valid-test-description and valid-suite-description #237

Merged
merged 1 commit into from
Feb 18, 2020

Conversation

lo1tuma
Copy link
Owner

@lo1tuma lo1tuma commented Feb 18, 2020

Fixes: #139

Using [getStringIfConstant()] from eslint-utils this should now also support things like computed strings e.g. it('should' + 'work', () => {});.

Copy link
Collaborator

@screendriver screendriver left a comment

Choose a reason for hiding this comment

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

GNTM 👠

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.

valid-suite/test-description rules don't handle template literals
2 participants