Skip to content

Commit

Permalink
fix(cdk/tree): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BobobUnicorn committed Sep 17, 2024
1 parent 901fb12 commit 3b3b263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cdk/tree/tree.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ describe('CdkTree', () => {
.toBe(1);
});

fit('statically renders nested children', () => {
it('statically renders nested children', () => {
configureCdkTreeTestingModule([NestedChildrenExpansionTest]);
const fixture = TestBed.createComponent(NestedChildrenExpansionTest);
fixture.detectChanges();
Expand Down
1 change: 0 additions & 1 deletion src/cdk/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
TrackByFunction,
signal,
effect,
untracked,
ViewChild,
ViewContainerRef,
ViewEncapsulation,
Expand Down

0 comments on commit 3b3b263

Please sign in to comment.