()
| 19 | const addEventListenerSpy = vi.spyOn(document, 'addEventListener') |
| 20 | |
| 21 | const TestComponent: Component = () => { |
| 22 | createHotkey('Mod+S', callback, { platform: 'mac' }) |
| 23 | return null |
| 24 | } |
| 25 | |
| 26 | render(() => <TestComponent />) |
| 27 |
nothing calls this directly
no test coverage detected
searching dependent graphs…