aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/testabilityPatch.js')
-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);
}
});