(color, x, y, type)
| 145 | gd = null; |
| 146 | }); |
| 147 | function testObjectMoveItFun(color, x, y, type) { |
| 148 | return function(done) { |
| 149 | Plotly.newPlot(gd, Lib.extendDeep({}, testMock)) |
| 150 | .then(delay(DELAY_TIME)) |
| 151 | .then(function() { |
| 152 | testObjectMove(color, x, y, type); |
| 153 | }) |
| 154 | .then(delay(DELAY_TIME)) |
| 155 | .then(done, done.fail); |
| 156 | }; |
| 157 | } |
| 158 | function testAnnotationMoveLabelItFun(color, x, y) { |
| 159 | return function(done) { |
| 160 | Plotly.newPlot(gd, Lib.extendDeep({}, testMock)) |
no test coverage detected
searching dependent graphs…