diff options
| author | Igor Minar | 2012-05-03 21:43:55 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-05-03 23:31:28 -0700 |
| commit | a44d3dcd6a31f21de957855c732a28c881372549 (patch) | |
| tree | c58b5293c22168983777b2d0d2493aa13293ee92 /test/testabilityPatch.js | |
| parent | ee579a071a91cbade729d3cb97e097568e71f8fc (diff) | |
| download | angular.js-a44d3dcd6a31f21de957855c732a28c881372549.tar.bz2 | |
chore(testabilityPatch): print number of leaked references if any
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 1272fb49..12724192 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -52,7 +52,7 @@ afterEach(function() { }); }); if (count) { - throw new Error('Found jqCache references that were not deallocated!'); + throw new Error('Found jqCache references that were not deallocated! count: ' + count); } }); |
