(exp)
| 584 | var mock = Lib.extendDeep({}, require('../../image/mocks/scattercarpet.json')); |
| 585 | |
| 586 | function _assert(exp) { |
| 587 | expect(d3SelectAll('.point').size()) |
| 588 | .toBe(exp, 'number of scatter pts on graph'); |
| 589 | } |
| 590 | |
| 591 | Plotly.newPlot(gd, mock).then(function() { |
| 592 | _assert(12); |
no outgoing calls
no test coverage detected
searching dependent graphs…