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(lint): use jest/no-alias-methods rule #13371

Merged
merged 4 commits into from Oct 3, 2022

Conversation

mrazauskas
Copy link
Contributor

Summary

As mentioned in #13192 (comment), I still think jest/no-alias-methods ESLint rule could be added already now. It will help the contributors (and readers of the docs) to use the canonical APIs.

Test plan

Green CI.

@@ -162,13 +162,12 @@ module.exports = {
],
env: {'jest/globals': true},
excludedFiles: ['**/__typetests__/**'],
extends: ['plugin:jest/style'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add jest/no-alias-methods rule also allows to simplify the config.

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

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

good call!

@SimenB
Copy link
Member

SimenB commented Oct 3, 2022

One snap needs to be updated (if you missed it)

@SimenB SimenB merged commit 5da3402 into jestjs:main Oct 3, 2022
@mrazauskas mrazauskas deleted the lint-use-jest/no-alias-methods-rule branch October 3, 2022 15:06
@github-actions
Copy link

github-actions bot commented Nov 3, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants