(x)
| 58 | |
| 59 | it('should return a promise', function (done) { |
| 60 | function isPromise(x) { |
| 61 | return !!x.then && typeof x.then === 'function'; |
| 62 | } |
| 63 | |
| 64 | var returnValue = Plotly.newPlot(gd, subplotMock.data, subplotMock.layout).then(Plotly.toImage); |
| 65 |
no outgoing calls
no test coverage detected
searching dependent graphs…