-
Notifications
You must be signed in to change notification settings - Fork 238
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
[valid-expect-in-promise] Another false positive #947
Comments
ha cheers, I actually realised that one while working on #930, but didn't have the time to implement a fix - while generally we cannot support this case because we don't know how a function handles the promise it's being passed, we should make an exception for |
🎉 This issue has been resolved in version 25.0.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hello, it's me again 😆. Thank you for the extremely quick fix to #930.
There are other cases where the rule is erroring even though the promise is (indirectly) awaited:
Repository here
Versions
The text was updated successfully, but these errors were encountered: