Skip to content

Commit dd44d86

Browse files
committed
test(material/sidenav): clean up unnecessary imports in tests
Removes imports from tests that aren't necessary anymore, because we're using standalone.
1 parent 459136f commit dd44d86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/sidenav/drawer.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ describe('MatDrawer', () => {
451451
const errorHandler = jasmine.createSpyObj(['handleError']);
452452

453453
TestBed.configureTestingModule({
454-
imports: [DrawerDynamicPosition],
455454
providers: [
456455
{
457456
provide: ErrorHandler,

0 commit comments

Comments
 (0)