We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee579a0 commit a44d3dcCopy full SHA for a44d3dc
1 file changed
test/testabilityPatch.js
@@ -52,7 +52,7 @@ afterEach(function() {
52
});
53
54
if (count) {
55
- throw new Error('Found jqCache references that were not deallocated!');
+ throw new Error('Found jqCache references that were not deallocated! count: ' + count);
56
}
57
58
0 commit comments