unignore bower_components
[bootswatch] / 2 / bower_components / bootstrap / js / tests / unit / bootstrap-transition.js
diff --git a/2/bower_components/bootstrap/js/tests/unit/bootstrap-transition.js b/2/bower_components/bootstrap/js/tests/unit/bootstrap-transition.js
new file mode 100644 (file)
index 0000000..086773f
--- /dev/null
@@ -0,0 +1,13 @@
+$(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')
+      })
+
+})
\ No newline at end of file