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

Commit

Permalink
chore(testabilityPatch): print number of leaked references if any
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed May 4, 2012
1 parent ee579a0 commit a44d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testabilityPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
});

Expand Down

0 comments on commit a44d3dc

Please sign in to comment.