We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I just noticed that version 3.1.0 has trouble with jest. When using jest with --detectOpenHandles flag, jest reports:
3.1.0
--detectOpenHandles
Jest has detected the following X open handles potentially keeping Jest from exiting and it's pointing to toBuffer() method.
Jest has detected the following X open handles potentially keeping Jest from exiting
toBuffer()
Tried to downgrade to 2.11.2 and it's fine.
2.11.2
This happened on Mac M1 / Win machine.
Is there any solution? Or I should use downgraded version?
Thanks.
The text was updated successfully, but these errors were encountered:
494035d
Thanks for the report. There was a leak with synchronous toBuffer. It'll be fixed in the next release.
toBuffer
Sorry, something went wrong.
Thanks a lot @chearon !
No branches or pull requests
Hi,
I just noticed that version
3.1.0
has trouble with jest. When using jest with--detectOpenHandles
flag, jest reports:Jest has detected the following X open handles potentially keeping Jest from exiting
and it's pointing totoBuffer()
method.Tried to downgrade to
2.11.2
and it's fine.This happened on Mac M1 / Win machine.
Is there any solution? Or I should use downgraded version?
Thanks.
The text was updated successfully, but these errors were encountered: