()
| 27 | // Retrieve the hint markers as an array object. |
| 28 | // |
| 29 | const getHintMarkerEls = () => Array.from(document.querySelectorAll(".vimiumHintMarker")); |
| 30 | |
| 31 | const stubSettings = (key, value) => stub(Settings._settings, key, value); |
| 32 |
no outgoing calls
no test coverage detected