()
| 51 | |
| 52 | const userEvent: UserEvent = { |
| 53 | setup() { |
| 54 | return createUserEvent() |
| 55 | }, |
| 56 | cleanup() { |
| 57 | // avoid cleanup rpc call if there is nothing to cleanup |
| 58 | if (!keyboard.unreleased.length) { |
nothing calls this directly
no test coverage detected