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

Function assertNodeCount

test/jasmine/tests/sliders_test.js:612–614  ·  view source on GitHub ↗
(query, cnt)

Source from the content-addressed store, hash-verified

610 });
611
612 function assertNodeCount(query, cnt) {
613 expect(d3SelectAll(query).size()).toEqual(cnt);
614 }
615});

Callers 2

sliders_test.jsFile · 0.70
assertSliderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…