Added animation to tree node

This commit is contained in:
AdamBtech
2025-05-24 00:26:13 +02:00
parent ea11cab734
commit 06bd75fb39
5 changed files with 133 additions and 32 deletions

View File

@@ -1,23 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { HeaderContactLinksComponent } from './header-contact-links.component';
describe('HeaderContactLinksComponent', () => {
let component: HeaderContactLinksComponent;
let fixture: ComponentFixture<HeaderContactLinksComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [HeaderContactLinksComponent]
})
.compileComponents();
fixture = TestBed.createComponent(HeaderContactLinksComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});