(output: string)
| 135 | } |
| 136 | |
| 137 | function normalizeTerminalOutput(output: string): string { |
| 138 | return stripAnsi(output).replace(/\s+/g, '').trim() |
| 139 | } |
| 140 | |
| 141 | describe('DiffDetailView large-file guard contracts', () => { |
| 142 | it('does not read file content for large-file placeholder branches', async () => { |
no outgoing calls
no test coverage detected