MCPcopy Index your code
hub / github.com/plotly/plotly.js / assertMouseMove

Function assertMouseMove

test/jasmine/tests/map_test.js:933–939  ·  view source on GitHub ↗
(pos, len)

Source from the content-addressed store, hash-verified

931
932 it('@gl should display to hover labels on mouse over', function(done) {
933 function assertMouseMove(pos, len) {
934 return _mouseEvent('mousemove', pos, function() {
935 var hoverLabels = d3Select('.hoverlayer').selectAll('g');
936
937 expect(hoverLabels.size()).toEqual(len);
938 });
939 }
940
941 assertMouseMove(blankPos, 0).then(function() {
942 return assertMouseMove(pointPos, 1);

Callers 1

map_test.jsFile · 0.85

Calls 1

_mouseEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…