Skip to content

Fix progress bar in windows#3626

Merged
cpojer merged 1 commit intojestjs:masterfrom
pbarbiero:patch-1
May 23, 2017
Merged

Fix progress bar in windows#3626
cpojer merged 1 commit intojestjs:masterfrom
pbarbiero:patch-1

Conversation

@pbarbiero
Copy link
Contributor

Summary

On windows (cmd, powershell, and cmder/conemu) 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.

Test plan

Not needed(?)

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.
@cpojer cpojer merged commit f8bbdbb into jestjs:master May 23, 2017
@pbarbiero pbarbiero deleted the patch-1 branch May 23, 2017 13:56
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
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.
@github-actions
Copy link

This pull request 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 May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants