()
| 1819 | let postSpy: ReturnType<typeof vi.spyOn>; |
| 1820 | |
| 1821 | function readyMessage() { |
| 1822 | return new MessageEvent("message", { |
| 1823 | source: frameWindow, |
| 1824 | data: { source: "hf-preview", type: "ready" }, |
| 1825 | }); |
| 1826 | } |
| 1827 | |
| 1828 | function timelineMessage(durationInFrames = 120) { |
| 1829 | return new MessageEvent("message", { |
no outgoing calls
no test coverage detected