test(*): isolate cache leaks from subsequent tests

This commit is contained in:
Pete Bacon Darwin
2018-12-10 14:36:43 +00:00
parent e7e8dad3b3
commit 04ae4e5b47
+1
View File
@@ -67,6 +67,7 @@ afterEach(function() {
} else {
dump('LEAK', key, angular.toJson(value));
}
delete expando.data[key];
});
});
if (count) {