aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-05-03 21:43:55 -0700
committerIgor Minar2012-05-03 23:31:28 -0700
commita44d3dcd6a31f21de957855c732a28c881372549 (patch)
treec58b5293c22168983777b2d0d2493aa13293ee92
parentee579a071a91cbade729d3cb97e097568e71f8fc (diff)
downloadangular.js-a44d3dcd6a31f21de957855c732a28c881372549.tar.bz2
chore(testabilityPatch): print number of leaked references if any
-rw-r--r--test/testabilityPatch.js2
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);
}
});