You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used --detectOpenHandles to investigate why jest tests does not exit after completion.
Got the following error. So far this only repos in a docker container and on AppVeyor under windows environment.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
I used --detectOpenHandles to investigate why jest tests does not exit after completion.
Got the following error. So far this only repos in a docker container and on AppVeyor under windows environment.
System:
OS: Linux 4.9 Debian GNU/Linux 8 (jessie) 8 (jessie)
CPU: x64 Intel(R) Core(TM) i7-6567U CPU @ 3.30GHz
Binaries:
Node: 8.11.2 - /usr/local/bin/node
Yarn: 1.6.0 - /usr/local/bin/yarn
npm: 5.6.0 - /usr/local/bin/npm
Got the following error:
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
● PROMISE
at Object. (node_modules/lodash.sortby/index.js:1808:32)
at Object. (node_modules/whatwg-url/lib/URLSearchParams-impl.js:2:22)
This seem to be the actual line, any idea on why this is happening?
https://github.com/lodash/lodash/blob/d10b44bdef2b735865c493fbaec8687ec8998aef/.internal/getTag.js#L30
PR this was reproduced on: facebook/create-react-app#4550
The text was updated successfully, but these errors were encountered: