mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-16 18:41:06 +00:00
test description corrections
This commit is contained in:
parent
f170be2a03
commit
a314d904c2
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
(function( $ ) {
|
||||
test( "getting data attributes from creation options", function(){
|
||||
test( "getting data from creation options", function(){
|
||||
expect( 1 );
|
||||
var expected = "bizzle";
|
||||
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
expected);
|
||||
});
|
||||
|
||||
test( "getting an no data when the options are empty", function(){
|
||||
test( "getting no data when the options are empty", function(){
|
||||
expect( 1 );
|
||||
var expected = {};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue