()
| 3237 | var ax, data, options, out; |
| 3238 | |
| 3239 | function getDefaultAx() { |
| 3240 | return { |
| 3241 | c2l: Number, |
| 3242 | type: 'linear', |
| 3243 | _m: 1 |
| 3244 | }; |
| 3245 | } |
| 3246 | |
| 3247 | it('constructs simple ax._min and ._max correctly', function() { |
| 3248 | ax = getDefaultAx(); |
no outgoing calls
no test coverage detected
searching dependent graphs…