UNPKG

bootswatch-sass

Version:

Bootswatch is a collection of themes for Bootstrap. SASS / SCSS edition

13 lines (9 loc) 386 B
$(function () { module("bootstrap-transition") test("should be defined on jquery support object", function () { ok($.support.transition !== undefined, 'transition object is defined') }) test("should provide an end object", function () { ok($.support.transition ? $.support.transition.end : true, 'end string is defined') }) })