Skip to content

Commit b666616

Browse files
crisbetommalerba
authored andcommitted
chore: move overlay-container specs (#7080)
It seems like the overlay container tests got left behind during the move to the CDK. These changes move them next to the container.
1 parent ed74da7 commit b666616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/overlay/overlay-container.spec.ts renamed to src/cdk/overlay/overlay-container.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {async, inject, TestBed} from '@angular/core/testing';
22
import {Component, NgModule, ViewChild, ViewContainerRef} from '@angular/core';
3-
import {PortalModule, TemplatePortalDirective} from '../portal/portal-directives';
3+
import {PortalModule, TemplatePortalDirective} from '@angular/cdk/portal';
44
import {Overlay, OverlayContainer, OverlayModule} from './index';
55

66
describe('OverlayContainer', () => {

0 commit comments

Comments
 (0)