-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Extra whitespace when running jest tests in a PowerShell window. #7605
Comments
This is very unexpected. When you run it in a normal powershell window, does the size of the window change? |
@DHowett It doesn't appear to. I see no observable window size changes. |
@Butters646 could you share your powershell profile? I've got a theory that some customization in there is what's tripping the Terminal up |
Microsoft.PowerShell_profile.zip Sure. Attached. |
that'll do it! /dup #5094 alternatively, don't force the screen or buffer size in the file that powershell runs for every new session (including when it's spawned by other poorly-behaved tools sometimes!) |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
I don't know if this is specific to jest, that is just how I observed this behavior. I get large "chunks" of whitespace in my terminal session when I run my tests. This doesn't happen when I use PowerShell directly or when I use the command prompt in Windows Terminal, so it looks like it is an issue with the PowerShell window in Window Terminal.
I have attached screenshots of the issue. This is just one example of the extra space. Huge chunks of blank lines appear throughout the run in the PowerShell window.
The text was updated successfully, but these errors were encountered: