Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix progress bar in windows (jestjs#3626)
On windows (cmd, powershell, and cmder) the progress bar was broken. The issue is windows doesnt fully support inverse, and so just renders blank spaces. Changing it to a block character (ascii 219) and removing the inverse fixes this, and should still look the same across other terminals that worked before this change.
- Loading branch information