This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$injector being attached to $rootElement #14094
#14034 introduced the following memory leak in tests using
angular-mocks:The
$injectoris attached to the$rootElement(like this) and is never cleaned up.Since a new
$rootElementis created for every test, the leak causes Karma to crash on large test-suites.