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

Improve UX for hanging tests #36

Closed
mkcode opened this issue Sep 30, 2020 · 2 comments
Closed

Improve UX for hanging tests #36

mkcode opened this issue Sep 30, 2020 · 2 comments

Comments

@mkcode
Copy link
Collaborator

mkcode commented Sep 30, 2020

Summary:

If a test does not exit after completing, that usually indicates that some async resource is not properly waited for or cleaned up. Jest ships with a --detect-open-handles CLI flag to help locate this, but it doesn’t work in all case. This project would explore how this detection could be made smarter so people spend less time trying to fix their tests.

Level of complexity: Medium

Experience wanted:

  • JavaScript
  • Jest testing framework

Deliverables:

  • Fixing the reported cases in Jest’s issue tracker where --detect-open-handles doesn’t work properly
@mkcode
Copy link
Collaborator Author

mkcode commented Oct 3, 2020

We will not be completing this task during the fellowship

@mkcode mkcode closed this as completed Oct 3, 2020
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant