mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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() {
|
||||
expect(2);
|
||||
expect(3);
|
||||
var div = $("div");
|
||||
div.html("<b>test</b>");
|
||||
var pass = true;
|
||||
|
Loading…
Reference in New Issue
Block a user