Delete unnecessary files

This commit is contained in:
Phan Huy Tran 2025-02-12 09:42:27 +01:00
parent be8ef36da2
commit f259b57b5a
2 changed files with 0 additions and 23 deletions

View File

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