(path: string)
| 24 | */ |
| 25 | getPreviewFrame(): Promise<Locator>; |
| 26 | runExample(path: string): Promise<void>; |
| 27 | } |
| 28 | |
| 29 | const EMULATOR_URL = `https://${process.env.EMULATOR_HOST}?layout=debug`; |
nothing calls this directly
no outgoing calls
no test coverage detected