We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb0e64 commit 335cde4Copy full SHA for 335cde4
src/material-experimental/mdc-list/list.spec.ts
@@ -1,3 +1,6 @@
1
+import {MatList} from '@angular/material-experimental/mdc-list';
2
+
3
it('should have unit tests', () => {
4
// TODO: Implement.
5
+ expect(MatList).toBe(MatList);
6
});
0 commit comments