Skip to content

Commit a44d3dc

Browse files
committed
chore(testabilityPatch): print number of leaked references if any
1 parent ee579a0 commit a44d3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testabilityPatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ afterEach(function() {
5252
});
5353
});
5454
if (count) {
55-
throw new Error('Found jqCache references that were not deallocated!');
55+
throw new Error('Found jqCache references that were not deallocated! count: ' + count);
5656
}
5757
});
5858

0 commit comments

Comments
 (0)