10 lines
268 B
CoffeeScript
10 lines
268 B
CoffeeScript
moduleForModel 'section-element', 'Section element model',
|
|
needs: ['model:section', 'model:table', 'model:section-area']
|
|
|
|
test "box_size", ->
|
|
element = @subject
|
|
box_width: 155
|
|
box_height: 310
|
|
dpm: 200
|
|
QUnit.close element.get('box_size'), 1.733, 0.01
|