diff options
Diffstat (limited to 'test/ValidatorsTest.js')
| -rw-r--r-- | test/ValidatorsTest.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ValidatorsTest.js b/test/ValidatorsTest.js index 07f3e488..463e05de 100644 --- a/test/ValidatorsTest.js +++ b/test/ValidatorsTest.js @@ -112,6 +112,9 @@ describe('Validator:asynchronous', function(){ if (self.$element) self.$element.remove(); var oldCache = jqCache; jqCache = {}; + if (size(oldCache)) { + dump(oldCache); + } expect(size(oldCache)).toEqual(0); }); |
