MCPcopy Index your code
hub / github.com/ReactTooltip/react-tooltip / unhoverAnchor

Function unhoverAnchor

src/test/test-utils.js:38–42  ·  view source on GitHub ↗
(anchor, ms = 0)

Source from the content-addressed store, hash-verified

36}
37
38export function unhoverAnchor(anchor, ms = 0) {
39 fireWithTimers(() => {
40 fireEvent.mouseLeave(anchor)
41 }, ms)
42}
43
44export function clickAnchor(anchor, ms = 0) {
45 fireWithTimers(() => {

Calls 1

fireWithTimersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…