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