(msg, exp)
| 134 | _mock.data[0].line.width = 5; |
| 135 | |
| 136 | function assertDrawCall(msg, exp) { |
| 137 | var draw = gd._fullLayout._plots.xy._scene.scatter2d.draw; |
| 138 | expect(draw).toHaveBeenCalledTimes(exp, msg); |
| 139 | draw.calls.reset(); |
| 140 | } |
| 141 | |
| 142 | Plotly.newPlot(gd, _mock) |
| 143 | .then(delay(30)) |
no outgoing calls
no test coverage detected
searching dependent graphs…