()
| 14 | interface Fixtures { |
| 15 | emulatorUrl: string; |
| 16 | runTestServer(): Promise<void>; |
| 17 | getBridgeFrameLocator(): Promise<Locator>; |
| 18 | getPreviewFrameLocator(): Promise<Locator>; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected