jquery-mobile/tests/unit/init/init_core_nopage.js

13 lines
186 B
JavaScript
Raw Permalink Normal View History

/*
* mobile init tests
*/
(function($){
test( "page element is generated when not present in initial markup", function(){
ok( $( ".ui-page" ).length, 1 );
});
})(jQuery);