Tests: Do global clean up in teardown function

This commit is contained in:
Oleg Gaidarenko 2014-02-18 21:52:48 +04:00
parent cd546aba74
commit 9475e31d32

View File

@ -124,6 +124,8 @@ window.moduleTeardown = function() {
oldActive = jQuery.active;
}
Globals.cleanup();
for ( i in jQuery.cache ) {
++cacheLength;
}