-
Notifications
You must be signed in to change notification settings - Fork 0
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
WaitFor can't be awaited in TS #2
Comments
Yeah I'll have to spend some time investigating this, having |
🎉 This issue has been resolved in version 2.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Cheers, let me know if you still have problems with the 2.0.3 release |
Hello @jedwards1211 , the error is gone and no await is needed. Thanks! But it still always pass. I'll open another issue. |
Hello,
I'm trying to use this plugin with TS but not sure what is missing. So bindWaitFor returns the chai assertion but not the promise. So I'm getting an error: "'await' has no effect on the type of this expression.ts(80007)"
Also when it's not awaited it always pass, it doesn't matter what the inputs are.
Can you help to fix it?
My code example:
The text was updated successfully, but these errors were encountered: