()
| 209 | }); |
| 210 | |
| 211 | function createFile(): File { |
| 212 | return new File(['image'], 'image.jpg', { type: 'image/jpeg', lastModified: 1 }); |
| 213 | } |
| 214 | |
| 215 | function createBitmapStub(overrides: Partial<ImageBitmap> = {}): ImageBitmap { |
| 216 | return buildImageBitmap({ |
no outgoing calls
no test coverage detected