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 eslint-plugin-jest #11119

Merged
merged 3 commits into from Feb 10, 2020
Merged

Add eslint-plugin-jest #11119

merged 3 commits into from Feb 10, 2020

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Feb 10, 2020

Q                       A
Any Dependency Changes? Added eslint-plugin-jest to root devDependencies
License MIT

This PR introduces eslint-plugin-jest to lint our test sources. It catches several test source bugs. Note that some rules are disabled as the change is not that straightforward and thus better toggle on later.

}).toThrow(/.plugins[0][1] must be an object, false, or undefined/);
});
});
}).toThrow(".plugins[0][1] must be an object, false, or undefined");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

toThrow is chained at wrong function. Unfortunately it will always pass and eslint-plugin-jest helps detecting such bugs.

@@ -422,7 +422,11 @@ describe("scope", () => {
}
});

/*if (kind1 !== kind2) {
if (kind1 !== kind2) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JLHwung JLHwung added area: eslint PR: Internal 🏠 A type of pull request used for our changelog categories labels Feb 10, 2020
@JLHwung JLHwung merged commit 865d515 into babel:master Feb 10, 2020
rajasekarm pushed a commit to rajasekarm/babel that referenced this pull request Feb 17, 2020
* chore: add eslint-plugin-jest

* chore: update test sources

* chore: suppress preset-env debug log when linting
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label May 12, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: eslint outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants