-
Notifications
You must be signed in to change notification settings - Fork 237
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
[new-rule] Force to use jest.mocked(fn)
instead of fn as jest.Mock
#1470
Comments
I like it - happy to take a PR 👍 |
I'm working on it. |
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 30, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 30, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 30, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 30, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 31, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 31, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
May 31, 2024
MillerSvt
pushed a commit
to MillerSvt/eslint-plugin-jest
that referenced
this issue
Jun 3, 2024
🎉 This issue has been resolved in version 28.6.0 🎉 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
Requirements:
as jest.MockedFunction
type castingas jest.Mock
type castingExamples:
Draft implementation
The text was updated successfully, but these errors were encountered: