| 1 | import { test, expect } from '@playwright/test' |
| 2 | import { DevtoolsPage, SELECTORS } from '@tanstack/devtools-e2e' |
| 3 | |
| 4 | test('dragging the resize handle below the minimum height collapses the panel', async ({ |
nothing calls this directly
no test coverage detected