widget-position-test.js revision 9dc7f0d44274115d9742ccaebf0ca735ddc68885
ArrayAssert = Y.ArrayAssert,
// -- Suite --------------------------------------------------------------------
// -- Lifecycle ----------------------------------------------------------------
name: 'Lifecycle',
tearDown: function () {
delete this.widget;
},
'WidgetPosition should add an `xy` attribute': function () {
this.widget = new TestWidget();
}
}));
}, '@VERSION@', {
});