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

Commit 6f52013

Browse files
test(*): isolate cache leaks from subsequent tests
1 parent 07e1ba2 commit 6f52013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers/testabilityPatch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ afterEach(function() {
6767
} else {
6868
dump('LEAK', key, angular.toJson(value));
6969
}
70+
delete expando.data[key];
7071
});
7172
});
7273
if (count) {

0 commit comments

Comments
 (0)