()
| 41 | } |
| 42 | |
| 43 | function makeMixedDiagramMessage(): string { |
| 44 | return [ |
| 45 | 'Full Design Context', |
| 46 | '', |
| 47 | 'Current Architecture', |
| 48 | '', |
| 49 | makeStructuredDiagram(), |
| 50 | '', |
| 51 | 'Target Architecture', |
| 52 | '', |
| 53 | 'The adapter is the key seam.', |
| 54 | ].join('\n') |
| 55 | } |
| 56 | |
| 57 | function makeIndentedFencedDiagramAndTableSample(): string { |
| 58 | return [ |
no test coverage detected