bootstrap/js/tests/unit/bootstrap-popover.js

13 lines
371 B
JavaScript
Raw Normal View History

2011-09-11 03:49:21 +08:00
// $(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')
// })
//
// })