()
| 541 | // surfaces the gap. |
| 542 | let caught: unknown = null; |
| 543 | const construct = (): ReadMediaFileTool => |
| 544 | new ReadMediaFileTool( |
| 545 | createFakeKaos(), |
| 546 | PERMISSIVE_WORKSPACE, |
| 547 | capabilities({ image_in: false, video_in: false }), |
| 548 | ); |
| 549 | try { |
| 550 | construct(); |
| 551 | } catch (error) { |
no test coverage detected