(attr, exp)
| 1325 | } |
| 1326 | |
| 1327 | function assertClose(attr, exp) { |
| 1328 | var xy = d3Select('rect.nsewdrag')[0][0]; |
| 1329 | expect(xy.getAttribute(attr)).toBeCloseTo(exp, -1); |
| 1330 | } |
| 1331 | |
| 1332 | var fig = require('../../image/mocks/automargin-minreducedheight.json'); |
| 1333 |
no outgoing calls
no test coverage detected
searching dependent graphs…