(x, y)
| 51 | afterEach(destroyGraphDiv); |
| 52 | |
| 53 | function doubleClick(x, y) { |
| 54 | return doubleClickRaw(x, y).then(function() { |
| 55 | return Plots.previousPromises(gd); |
| 56 | }); |
| 57 | } |
| 58 | |
| 59 | describe('click events', function() { |
| 60 | var futureData, clickPassthroughs, contextPassthroughs; |
no outgoing calls
no test coverage detected
searching dependent graphs…