()
| 79 | |
| 80 | // Create a 1x1 red PNG for testing (68 bytes) |
| 81 | function createTestPng(): Buffer { |
| 82 | return Buffer.from( |
| 83 | 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg==', |
| 84 | 'base64' |
| 85 | ); |
| 86 | } |
| 87 | |
| 88 | // Create a minimal PDF for testing |
| 89 | function createTestPdf(): Buffer { |
no outgoing calls
no test coverage detected