(string: string)
| 177 | }; |
| 178 | |
| 179 | export const normalizeNewlines = (string: string): string => |
| 180 | string.replaceAll(/\r\n|\r/g, '\n'); |
| 181 | |
| 182 | export const saveSnapshotFile = ( |
| 183 | snapshotData: SnapshotData, |
no outgoing calls
no test coverage detected