(axList)
| 1061 | } |
| 1062 | |
| 1063 | function _assertMissing(axList) { |
| 1064 | axList.forEach(function(axName) { |
| 1065 | expect(gd._fullLayout[axName]).toBeUndefined(axName); |
| 1066 | }); |
| 1067 | } |
| 1068 | |
| 1069 | it('does not barf on invalid grid objects', function(done) { |
| 1070 | Plotly.newPlot(gd, makeData(['xy']), {grid: true}) |
no outgoing calls
no test coverage detected
searching dependent graphs…