Added explicit module names to the new unit tests.
This commit is contained in:
parent
2764127335
commit
4130319e97
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
module("traversing");
|
||||
|
||||
test("end()", function() {
|
||||
expect(3);
|
||||
equals( 'Yahoo', jQuery('#yahoo').parent().end().text(), 'Check for end' );
|
||||
|
@ -243,4 +245,4 @@ test("contents()", function() {
|
|||
var c = jQuery("#nonnodes").contents().contents();
|
||||
equals( c.length, 1, "Check node,textnode,comment contents is just one" );
|
||||
equals( c[0].nodeValue, "hi", "Check node,textnode,comment contents is just the one from span" );
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue