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

193 better indication test run status #198

Merged

Conversation

gregveres
Copy link
Contributor

as outlined in #193, this change introduces an isUpdating flag and uses that flag to
control the animated background of the file summary area. This makes it much easier
to determine if the test is currently running or if the results shown can be trusted.

gregveres and others added 3 commits May 15, 2020 10:51
sync with official fork v1.7.0
When in watch mode, the summary background used to animate all
the time. This meant that it was difficult to understand if the test was
currently running or if the results you were looking at were the result
of the latest test run.

With this change the background only animates when a test is actually
in progress. If you are in watch mode, the play button turns to a stop
button and the background is not animated, But when Jest is running,
the background is animating. When jest finishes, the background stops.

This addresses issue Raathigesh#193
cherry picking the commit brought in part of another change.
this undoes that other change and puts the removed code back.
@Raathigesh Raathigesh merged commit c7ad094 into Raathigesh:master May 18, 2020
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