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
In videos of jest tests, I've seen a green progress bar that counts the number of seconds that have gone by. When I run my tests, for the entire duration of the tests, all I see is:
RUNS path/to/my/test
It just hangs there so there is no way to tell if jest is stuck or still running. There is no green progress bar, and the stats (Test Suites, Tests, Snapshots, Time) only show up at the very end when all tests are complete. Could this be some kind of buffering bug with stdout?
The text was updated successfully, but these errors were encountered:
jeremygottfried
changed the title
Were the green status bar and live stats removed recently?
Were the green progress bar and live stats removed recently?
Jan 16, 2020
This has not been removed, no. This is a gif of jest master right now
We probably think your terminal is non-interactive. If you can provide some good reproduction steps, please open up a bug report and follow the steps provided there.
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.
💬 Questions and Help
In videos of jest tests, I've seen a green progress bar that counts the number of seconds that have gone by. When I run my tests, for the entire duration of the tests, all I see is:
RUNS path/to/my/test
It just hangs there so there is no way to tell if jest is stuck or still running. There is no green progress bar, and the stats (Test Suites, Tests, Snapshots, Time) only show up at the very end when all tests are complete. Could this be some kind of buffering bug with stdout?
The text was updated successfully, but these errors were encountered: