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