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 901fb12 commit 3b3b263Copy full SHA for 3b3b263
src/cdk/tree/tree.spec.ts
@@ -1463,7 +1463,7 @@ describe('CdkTree', () => {
1463
.toBe(1);
1464
});
1465
1466
- fit('statically renders nested children', () => {
+ it('statically renders nested children', () => {
1467
configureCdkTreeTestingModule([NestedChildrenExpansionTest]);
1468
const fixture = TestBed.createComponent(NestedChildrenExpansionTest);
1469
fixture.detectChanges();
src/cdk/tree/tree.ts
@@ -43,7 +43,6 @@ import {
43
TrackByFunction,
44
signal,
45
effect,
46
- untracked,
47
ViewChild,
48
ViewContainerRef,
49
ViewEncapsulation,
0 commit comments