MCPcopy
hub / github.com/plotly/plotly.js / assertVisibility

Function assertVisibility

test/jasmine/tests/mesh3d_test.js:287–290  ·  view source on GitHub ↗
(exp, msg)

Source from the content-addressed store, hash-verified

285 });
286
287 function assertVisibility(exp, msg) {
288 expect(gd._fullData[0]).not.toBe(undefined, 'no visibility!');
289 expect(gd._fullData[0].visible).toBe(exp, msg);
290 }
291
292 function assertPositions(exp, msg) {
293 expect(gd._fullLayout.scene._scene.glplot.objects[0].positions.length).toBe(exp, msg);

Callers 1

mesh3d_test.jsFile · 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…