Forgot to change the number of tests.
This commit is contained in:
parent
456094c205
commit
05864eebcd
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
|
@ -692,7 +692,7 @@ test("val(String)", function() {
|
|||
});
|
||||
|
||||
test("html(String)", function() {
|
||||
expect(2);
|
||||
expect(1);
|
||||
var div = $("div");
|
||||
div.html("<b>test</b>");
|
||||
var pass = true;
|
||||
|
|
Loading…
Reference in a new issue