(anchor, ms = 0)
| 36 | } |
| 37 | |
| 38 | export function unhoverAnchor(anchor, ms = 0) { |
| 39 | fireWithTimers(() => { |
| 40 | fireEvent.mouseLeave(anchor) |
| 41 | }, ms) |
| 42 | } |
| 43 | |
| 44 | export function clickAnchor(anchor, ms = 0) { |
| 45 | fireWithTimers(() => { |
no test coverage detected
searching dependent graphs…