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

Function assertNodeCount

test/jasmine/tests/updatemenus_test.js:305–307  ·  view source on GitHub ↗
(query, cnt)

Source from the content-addressed store, hash-verified

303 });
304
305 function assertNodeCount(query, cnt) {
306 expect(d3SelectAll(query).size()).toEqual(cnt);
307 }
308});
309
310describe('update menus initialization', function() {

Callers 2

assertMenusFunction · 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…