(config)
| 875 | afterEach(destroyGraphDiv); |
| 876 | |
| 877 | function plot(config) { |
| 878 | return Plotly.newPlot(gd, [], {}, config); |
| 879 | } |
| 880 | |
| 881 | it('should fill in scrollZoom default', function(done) { |
| 882 | plot(undefined).then(function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…