diff options
Diffstat (limited to 'test/ValidatorsTest.js')
| -rw-r--r-- | test/ValidatorsTest.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ValidatorsTest.js b/test/ValidatorsTest.js index cc77b6da..f740c7b2 100644 --- a/test/ValidatorsTest.js +++ b/test/ValidatorsTest.js @@ -104,12 +104,6 @@ describe('Validator:asynchronous', function(){ afterEach(function(){ if (self.$element) self.$element.remove(); - var oldCache = jqCache; - jqCache = {}; - if (size(oldCache)) { - dump(oldCache); - } - expect(size(oldCache)).toEqual(0); }); it('should make a request and show spinner', function(){ |
