diff --git a/src/app/star/star.component.spec.ts b/src/app/star/star.component.spec.ts deleted file mode 100644 index ebcd739..0000000 --- a/src/app/star/star.component.spec.ts +++ /dev/null @@ -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; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [StarComponent] - }) - .compileComponents(); - - fixture = TestBed.createComponent(StarComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -});