(msg)
| 591 | } |
| 592 | |
| 593 | function expectReplot(msg) { |
| 594 | expect(gd.calcdata).toBeDefined(msg); |
| 595 | expect(subroutines.doModeBar.calls.count()).toBe(0, msg); |
| 596 | expect(subroutines.layoutReplot.calls.count()).toBeGreaterThan(0, msg); |
| 597 | } |
| 598 | |
| 599 | it('should trigger replot (but not recalc) when switching into select or lasso dragmode for scattergl traces', function (done) { |
| 600 | gd = mock({ |
no outgoing calls
no test coverage detected
searching dependent graphs…