summaryrefslogtreecommitdiffstats
path: root/test/unit/callbacks.js
diff options
context:
space:
mode:
authorabnud1 <ahmad13932013@hotmail.com>2019-02-18 19:02:38 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-02-18 19:03:26 +0100
commitc3498187421d0a50ee0369163428481137a04b99 (patch)
tree9f56f408a22f610089474d2f1784f1a680b4d483 /test/unit/callbacks.js
parentda44ff39c2c3433e32b757b05b5643edb72fe786 (diff)
downloadjquery-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/callbacks.js')
-rw-r--r--test/unit/callbacks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/callbacks.js b/test/unit/callbacks.js
index 04d44443d..b440f3822 100644
--- a/test/unit/callbacks.js
+++ b/test/unit/callbacks.js
@@ -1,5 +1,5 @@
QUnit.module( "callbacks", {
- teardown: moduleTeardown
+ afterEach: moduleTeardown
} );
( function() {