* @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0
| 5 | */ |
| 6 | |
| 7 | interface ScreenshotData { |
| 8 | html: string; |
| 9 | } |
| 10 | |
| 11 | export const screenshots: Record<string, ScreenshotData> = { |
| 12 | basic: { |
nothing calls this directly
no outgoing calls
no test coverage detected