Replace usage of the removed global reset() method with QUnit.reset().
This commit is contained in:
parent
c4b4df4691
commit
6f031c1015
5 changed files with 84 additions and 84 deletions
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
|
@ -61,7 +61,7 @@ test("show()", function() {
|
|||
|
||||
test("show(Number) - other displays", function() {
|
||||
expect(15);
|
||||
reset();
|
||||
QUnit.reset();
|
||||
stop();
|
||||
|
||||
jQuery("#main").append('<div id="show-tests"><div><p><a href="#"></a></p><code></code><pre></pre><span></span></div><table><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table><ul><li></li></ul></div>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue