(text: string)
| 10 | } |
| 11 | |
| 12 | function normalizeSnapshotText(text: string): string { |
| 13 | return text.replace(/\r\n/g, '\n') |
| 14 | } |
| 15 | |
| 16 | export function normalizeVisibleSurfaceText(text: string): string { |
| 17 | return normalizeSnapshotText(text) |
no outgoing calls
no test coverage detected