widget-anim-test.js revision fc3d6091abe1d23e9209b88b9fc8038cd3475646
ArrayAssert = Y.ArrayAssert,
// -- Suite --------------------------------------------------------------------
// -- Lifecycle ----------------------------------------------------------------
name: 'Lifecycle',
tearDown: function () {
delete this.widget;
},
'A widget should be pluggable with Y.Plugin.WidgetAnim': function () {
Assert.isInstanceOf(Y.Plugin.WidgetAnim, this.widget.anim, 'Widget does not contain a Y.Plugin.WidgetAnim instance.');
}
}));
}, '@VERSION@', {
});