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
Jest did not exit one second after the test run has completed.
This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with --detectOpenHandles to troubleshoot this issue.
When I write unit tests with jest the test does not end. I would love to close the connection like in the following example, is that possible?
When I write unit tests with jest the test does not end. I would love to close the connection like in the following example, is that possible?
The text was updated successfully, but these errors were encountered: