(gd)
| 41 | } |
| 42 | |
| 43 | function compareLayoutAndFullLayout(gd) { |
| 44 | expect(gd.layout.width).toBe(gd._fullLayout.width); |
| 45 | expect(gd.layout.height).toBe(gd._fullLayout.height); |
| 46 | } |
| 47 | |
| 48 | function testAutosize(autosize, config, layoutHeight, relayoutHeight, done) { |
| 49 | var layout = { |
no outgoing calls
no test coverage detected
searching dependent graphs…