forked from Raathigesh/majestic
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed summary to only animate when updating
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
- Loading branch information
Greg Veres
committed
May 15, 2020
1 parent
2296cf6
commit 2abc1e0
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters