diff options
author | abnud1 <ahmad13932013@hotmail.com> | 2019-02-18 19:02:38 +0100 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-02-18 19:03:26 +0100 |
commit | c3498187421d0a50ee0369163428481137a04b99 (patch) | |
tree | 9f56f408a22f610089474d2f1784f1a680b4d483 /test/unit/deprecated.js | |
parent | da44ff39c2c3433e32b757b05b5643edb72fe786 (diff) | |
download | jquery-c3498187421d0a50ee0369163428481137a04b99.tar.gz jquery-c3498187421d0a50ee0369163428481137a04b99.zip |
Build: Update test code for compatibility with QUnit 2.x (#4297)
Also, run `grunt npmcopy` to sync the "external" directory with dependencies
from package.json. For example, the Sinon library version didn't match.
Ref gh-4234
Closes gh-4297
Diffstat (limited to 'test/unit/deprecated.js')
-rw-r--r-- | test/unit/deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/deprecated.js b/test/unit/deprecated.js index aaab68beb..3d9cbec29 100644 --- a/test/unit/deprecated.js +++ b/test/unit/deprecated.js @@ -1,4 +1,4 @@ -QUnit.module( "deprecated", { teardown: moduleTeardown } ); +QUnit.module( "deprecated", { afterEach: moduleTeardown } ); QUnit.test( "bind/unbind", function( assert ) { |