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

Commit 04ae4e5

Browse files
test(*): isolate cache leaks from subsequent tests
1 parent e7e8dad commit 04ae4e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/helpers/testabilityPatch.js

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