mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
more tests, more js goodness
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
// $(function () {
|
||||
//
|
||||
// module("bootstrap-popover")
|
||||
//
|
||||
// test("should be defined on jquery object", function () {
|
||||
// ok($(document.body).popover, 'popover method is defined')
|
||||
// })
|
||||
//
|
||||
// test("should return element", function () {
|
||||
// ok($(document.body).popover()[0] == document.body, 'document.body returned')
|
||||
// })
|
||||
//
|
||||
// })
|
||||
Reference in New Issue
Block a user