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