Skip to content

Commit f0b57a8

Browse files
committed
fix broken test
1 parent 4eb0e64 commit f0b57a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import {MatList} from '@angular/material-experimental/mdc-list';
2+
13
it('should have unit tests', () => {
24
// TODO: Implement.
5+
expect(MatList).toBe(MatList);
36
});

src/material-experimental/mdc-list/nav-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
import {ChangeDetectionStrategy, Component, ViewEncapsulation} from '@angular/core';
10-
import {MatList} from '@angular/material-experimental/mdc-list/list';
10+
import {MatList} from './list';
1111
import {MatListBase} from './list-base';
1212

1313
@Component({

0 commit comments

Comments
 (0)