(contents: string)
| 31 | }; |
| 32 | |
| 33 | function cleanNewLines(contents: string) { |
| 34 | return contents.replace(/\s*\n\s*/g, ' '); |
| 35 | } |
| 36 | |
| 37 | runInEachFileSystem(() => { |
| 38 | describe('Debug Info Typescript tranformation', () => { |
no test coverage detected
searching dependent graphs…