(callback: () => void)
| 39 | |
| 40 | const nullEvent = (_offset: number) => null; |
| 41 | const act = (callback: () => void) => callback(); |
| 42 | const render = (getComponent: () => JSXElement) => { |
| 43 | const container = document.createElement('div'); |
| 44 | document.body.appendChild(container); |
no outgoing calls
no test coverage detected