(page: Page)
| 149 | }; |
| 150 | |
| 151 | const readSamples = (page: Page): Promise<ReadonlyArray<Sample>> => |
| 152 | page.evaluate(() => globalThis.__loadingSamples ?? []); |
| 153 | |
| 154 | /** |
| 155 | * Assert the whole open was one surface. |
no outgoing calls
no test coverage detected