(exp, msg)
| 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, [{ |
no outgoing calls
no test coverage detected
searching dependent graphs…