(exp, msg)
| 163 | }); |
| 164 | |
| 165 | function assertVisibility(exp, msg) { |
| 166 | expect(gd._fullData[0]).not.toBe(undefined, 'no visibility!'); |
| 167 | expect(gd._fullData[0].visible).toBe(exp, msg); |
| 168 | } |
| 169 | |
| 170 | it('@gl surface should be invisible when the z array is empty', function(done) { |
| 171 | Plotly.newPlot(gd, [{ |
no outgoing calls
no test coverage detected
searching dependent graphs…