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

[prefer-to-contain] handle bracket accessor properties #369

Closed
G-Rath opened this issue Aug 6, 2019 · 1 comment · Fixed by #1009
Closed

[prefer-to-contain] handle bracket accessor properties #369

G-Rath opened this issue Aug 6, 2019 · 1 comment · Fixed by #1009

Comments

@G-Rath
Copy link
Collaborator

G-Rath commented Aug 6, 2019

Once #363 is merged, prefer-to-contain should be adjusted to support bracket accessor properties:

expect(files['length']).toBe(1);
expect(/* args */)['not'].toBe(/* args */);
describe['skip'](/* args */);
@G-Rath G-Rath self-assigned this Aug 6, 2019
@G-Rath G-Rath changed the title prefer-to-contain should handle bracket accessor properties [prefer-to-contain] handle bracket accessor properties Jul 25, 2021
@github-actions
Copy link

🎉 This issue has been resolved in version 25.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant