| 1 | import { test, expect } from '@playwright/test' |
| 2 | import { DevtoolsPage, SELECTORS } from '@tanstack/devtools-e2e' |
| 3 | |
| 4 | // The devtools shell only renders the *active* plugin's content. The Event Probe |
nothing calls this directly
no test coverage detected