This commit is contained in:
Marek Lesko
2025-10-22 14:44:25 +00:00
parent 498d2c7ade
commit 9d644a9b79
275 changed files with 35799 additions and 35712 deletions

View File

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