Changed test count to get the green bar back
This commit is contained in:
parent
2e448273f5
commit
13d2ef9282
1 changed files with 1 additions and 1 deletions
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
|
@ -677,7 +677,7 @@ test("val(String)", function() {
|
|||
});
|
||||
|
||||
test("html(String)", function() {
|
||||
expect(2);
|
||||
expect(3);
|
||||
var div = $("div");
|
||||
div.html("<b>test</b>");
|
||||
var pass = true;
|
||||
|
|
Loading…
Reference in a new issue