We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ad1f8 commit b58b7b4Copy full SHA for b58b7b4
src/lib/menu/menu.spec.ts
@@ -508,10 +508,11 @@ describe('MatMenu', () => {
508
});
509
510
it('should default to the "below" and "after" positions', () => {
511
+ overlayContainer.ngOnDestroy();
512
fixture.destroy();
513
TestBed.resetTestingModule();
514
- let newFixture = createComponent(SimpleMenu, [], [FakeIcon]);
515
+ const newFixture = createComponent(SimpleMenu, [], [FakeIcon]);
516
517
newFixture.detectChanges();
518
newFixture.componentInstance.trigger.openMenu();
0 commit comments