diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-02-18 21:52:48 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-15 17:45:59 +0400 |
commit | 9475e31d32544c275ee79155b223322f132f3f1a (patch) | |
tree | 3b0728cfb75422be6ea483cf2ae92e683ea679f8 | |
parent | cd546aba748aeac09886921ebc1a5fcaa3778bf8 (diff) | |
download | jquery-9475e31d32544c275ee79155b223322f132f3f1a.tar.gz jquery-9475e31d32544c275ee79155b223322f132f3f1a.zip |
Tests: Do global clean up in teardown function
-rw-r--r-- | test/data/testrunner.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 4b8b255ae..8ef57f777 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -124,6 +124,8 @@ window.moduleTeardown = function() { oldActive = jQuery.active; } + Globals.cleanup(); + for ( i in jQuery.cache ) { ++cacheLength; } |