chore(testabilityPatch): print number of leaked references if any

This commit is contained in:
Igor Minar 2012-05-03 21:43:55 -07:00
parent ee579a071a
commit a44d3dcd6a

View file

@ -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);
}
});