(e: KeyboardEvent)
| 1016 | term.open(container!); |
| 1017 | |
| 1018 | const handler = (e: KeyboardEvent) => false; |
| 1019 | expect(() => term.attachCustomKeyEventHandler(handler)).not.toThrow(); |
| 1020 | term.dispose(); |
| 1021 | }); |
no outgoing calls
no test coverage detected
searching dependent graphs…