()
| 7 | /* eslint-disable no-console */ |
| 8 | /* istanbul ignore next */ |
| 9 | export function resetState() { |
| 10 | focusLaterElements = []; |
| 11 | } |
| 12 | |
| 13 | /* istanbul ignore next */ |
| 14 | export function log() { |
nothing calls this directly
no outgoing calls
no test coverage detected