Closed manzoorwanijk closed 3 days ago
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot
label.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
Fixes #67185
What?
In the previous versions, eslint-plugin-jest reported the entire body as erroneous for
expect-expect
rule, which adds a lot of noise as mentioned in the linked issue.Why?
The latest version removes that noise.
How?
This PR updates
eslint-plugin-jest
to the latest versionTesting Instructions
expect-expect
warning is shown on the test function identifier (test
,it
), rather than the whole body.Testing Instructions for Keyboard
Screenshots or screencast