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("attributes");
|
||||
|
||||
test("attr(String)", function() {
|
||||
expect(27);
|
||||
equals( jQuery('#text1').attr('value'), "Test", 'Check for value attribute' );
|
||||
|
@ -316,4 +318,4 @@ test("jQuery.className", function() {
|
|||
equals( x.className, "hi bar", "Check removal of one class" );
|
||||
ok( c.has(x, "hi"), "Check has1" );
|
||||
ok( c.has(x, "bar"), "Check has2" );
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue