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

test(ngMock): remove a broken jqLite cache clearing #16515

Merged
merged 1 commit into from
Mar 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/ngMock/angular-mocksSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3123,10 +3123,6 @@ describe('sharedInjector', function() {
define();
sdescribe.root.run();
} finally {
// avoid failing testability for the additional
// injectors etc created
angular.element.cache = {};

// clear up
module.$$beforeAllHook = null;
module.$$afterAllHook = null;
Expand Down