From a44d3dcd6a31f21de957855c732a28c881372549 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 3 May 2012 21:43:55 -0700 Subject: chore(testabilityPatch): print number of leaked references if any --- test/testabilityPatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testabilityPatch.js') 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); } }); -- cgit v1.2.3