jquery-ui/tests/unit/tabs/tabs_deprecated.js

14 lines
276 B
JavaScript
Raw Normal View History

(function( $ ) {
module("tabs (deprecated): cache and ajaxoptions");
test('ajaxOptions', function() {
ok(false, "missing test - untested code is broken code.");
});
test('cache', function() {
ok(false, "missing test - untested code is broken code.");
});
}( jQuery ) );