delete test

This commit is contained in:
Constantin Simonis 2025-01-14 08:09:03 +01:00
parent c6c2c5abb7
commit 5bd53baaf7
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

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