(at, cls)
| 4 | /* eslint-disable no-console */ |
| 5 | /* istanbul ignore next */ |
| 6 | function removeClass(at, cls) { |
| 7 | at.classList.remove(cls); |
| 8 | } |
| 9 | |
| 10 | /* istanbul ignore next */ |
| 11 | export function resetState() { |
no outgoing calls
no test coverage detected
searching dependent graphs…