-
Notifications
You must be signed in to change notification settings - Fork 22
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
TypeError: Cannot redefine property: saveJpeg #84
Comments
HI @scheepers thanks for reaching out. Could you elaborate on test suites that use async test cases? What does your code setup look like in those cases? |
Hi Vince, thanks for responding. |
Hi @y-a-v-a , I noticed the same behavior. My case is close to the one above. |
See y-a-v-a#84 (cherry picked from commit df75957)
When running test suites that include async test cases for modules using:
The following error occurs:
Which can be fixed by this patch:
The text was updated successfully, but these errors were encountered: