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 ac6dbf7 commit ab31b21Copy full SHA for ab31b21
src/material/tree/tree-using-tree-control.spec.ts
@@ -24,7 +24,7 @@ type TreeContent = NodeContent[];
24
25
describe('MatTree', () => {
26
/** Represents an indent for expectNestedTreeToMatch */
27
- const _ = {};
+ const _ = '';
28
let treeElement: HTMLElement;
29
let underlyingDataSource: FakeDataSource;
30
src/material/tree/tree.spec.ts
@@ -17,7 +17,7 @@ type TreeContent = NodeContent[];
17
18
19
20
21
22
23
0 commit comments