-
-
Notifications
You must be signed in to change notification settings - Fork 60
refactor(typings): revert change #1888 #1889
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
Conversation
|
FYI: This one sounds like a more straightforward fix compared to my PR (which provides more stuff though): #1863 |
|
@dprevost-LMI Are you referring to using |
I think I had looked at the patch, but the fix is also more straightforward. In all cases, I suspect my PR to be merged soon-ish and it will also cover your ticket |
|
Is this PR still needed? |
|
I think it's worth it unless we prioritize #1863 |
christian-bromann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
|
Hey abdel-ships-it 👋 Thank you for your contribution to WebdriverIO! Your pull request has been marked as an "Expensable" contribution. We've sent you an email with further instructions on how to claim your expenses from our development fund. We are looking forward to more contributions from you in the future 🙌 Have a nice day, |
Reverts the following change #1888, as it causes other non WDIO matchers to return
Promisetype although they don't.For now I will fix this issue on my end by using
patch-packagewith following patch, I tried committing this to the repo but it causes the jasmine typings tests to fail.