| 43 | import type {WaitForEventsResult} from './WaitForHelper.js'; |
| 44 | |
| 45 | interface TraceInsightData { |
| 46 | trace: TraceResult; |
| 47 | insightSetId: string; |
| 48 | insightName: InsightName; |
| 49 | } |
| 50 | |
| 51 | export function replaceHtmlElementsWithUids(schema: JSONSchema7Definition) { |
| 52 | if (typeof schema === 'boolean') { |
nothing calls this directly
no outgoing calls
no test coverage detected