Skip to content
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

test: force jest to exit when there are open async handles after tests have finished running #81

Closed
wants to merge 1 commit into from

Conversation

jakebolam
Copy link

What:
Force jest to exit when there are open async handles after tests have finished running

Why:
In some cases there may be harmless handles lying around, when tests have finished running.

How:
Me

Checklist:

  • Documentation
  • Tests
  • Ready to be merged
  • Added myself to contributors table

Copy link
Owner

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is not the correct way to some this problem. It is better to find out why jest isn't exciting and make sure connections are closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants