jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.82k stars 291 forks source link

[BUG] test result size wired on start #1133

Open yoyoys opened 3 months ago

yoyoys commented 3 months ago

Describe the bug When I open my workspace and Test Results shows on panel, the layout will broken. To Reproduce Steps to reproduce the behavior:

  1. open a project contain tests
  2. show test result at panel and panel position set to bottom
  3. close and restart VScode
  4. the test result layout will broken until switch tabs.

Expected behavior The test result will be same layout. Screenshots This is the standard layout. CleanShot 2024-04-03 at 17 18 05@2x This is the broken layout CleanShot 2024-04-03 at 17 19 38@2x

Environment (please complete the following information):

Prerequisite

Additional context This is really annoying...

connectdotz commented 2 months ago

Hmm., I couldn't reproduce this behavior. Does this happen for the other projects or just this one?