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

12 lines
186 B
JavaScript

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