Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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

+1-1
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)