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

Function assertCells

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

Source from the content-addressed store, hash-verified

294 }
295
296 function assertCells(exp, msg) {
297 expect(gd._fullLayout.scene._scene.glplot.objects[0].cells.length).toBe(exp, msg);
298 }
299
300 it('@gl mesh3d should be visible when the indices are not integer', function(done) {
301 Plotly.newPlot(gd, [{

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…