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("manipulation");
|
||||
|
||||
test("text()", function() {
|
||||
expect(1);
|
||||
var expected = "This link has class=\"blog\": Simon Willison's Weblog";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue