mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(testabilityPatch): print number of leaked references if any
This commit is contained in:
parent
ee579a071a
commit
a44d3dcd6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue