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

[Feature]: support NODE_DEBUG #15261

Closed
ghost opened this issue Aug 16, 2024 · 4 comments
Closed

[Feature]: support NODE_DEBUG #15261

ghost opened this issue Aug 16, 2024 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2024

🚀 Feature Proposal

As there are many issues popping up about test execution slowness and other issues, it would be really helpful if one could get a look at how Jest itself performs and what it actually does.

Motivation

  1. It will allow users to check whether Jest itself is slow, some of their test code is slow or a dependency that they are using causing slowness or at least help pointing at something more specific to investigate.
  2. The output would provide Jest developers with hints about where to look at for troubleshooting.

Example

NODE_DEBUG=jest:* jest ...

Pitch

Only the core knows about what is executed internally and when.

@ghost ghost added the 🚀 Feature Request label Aug 16, 2024
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 15, 2024
Copy link

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.

1 similar comment
Copy link

This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
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 Nov 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants