(anchor, ms = 0)
| 30 | } |
| 31 | |
| 32 | export function hoverAnchor(anchor, ms = 0) { |
| 33 | fireWithTimers(() => { |
| 34 | fireEvent.mouseEnter(anchor) |
| 35 | }, ms) |
| 36 | } |
| 37 | |
| 38 | export function unhoverAnchor(anchor, ms = 0) { |
| 39 | fireWithTimers(() => { |
no test coverage detected
searching dependent graphs…