-
Notifications
You must be signed in to change notification settings - Fork 8
Jest complains about memory leak #1
Comments
Thanks for filing the issue @zaqqaz. I've copied the latest logic from I have published |
I've done some more testing and it appears that i'm still seeing the warning. The warning disappears when using the same version of jsdom that Jest uses. However when i use 14 the warning appears. Looks like it will need some more investigation. |
/cc @SimenB sorry to ping you. Wanted to bring to your attention as you guys might run into this when you eventually drop Node 6 support and bump jsdom. From what I can tell this project (as well as Possibly related issues: |
Does it happen with jsdom 15? |
It does indeed. https://github.com/theneva/jest-environment-jsdom-thirteen also gives the same memory leak warning. I have a package up for jsdom 15 which has identical source to this one - https://github.com/ianschmitz/jest-environment-jsdom-fifteen. |
Odd - just empty test and jest's own source for the env but using a newer jsdom? I'd have to dig into it |
Steps to reproduce:
jest-environment-jsdom-fourteen
to the project--detectLeaks
flagResult:
The text was updated successfully, but these errors were encountered: