diff --git a/libs/spa/feature/deployment/src/lib/components/rescue-station-edit-modal/component/unit/unit-selection-option.component.spec.ts b/libs/spa/feature/deployment/src/lib/components/rescue-station-edit-modal/component/unit/unit-selection-option.component.spec.ts deleted file mode 100644 index 14af4dbd..00000000 --- a/libs/spa/feature/deployment/src/lib/components/rescue-station-edit-modal/component/unit/unit-selection-option.component.spec.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { UnitSelectionOptionComponent } from './unit-selection-option.component'; - -describe('StrengthComponent', () => { - let fixture: ComponentFixture; - beforeEach(async () => { - await TestBed.configureTestingModule({ - imports: [UnitSelectionOptionComponent], - }).compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(UnitSelectionOptionComponent); - }); - - it('should create', async () => { - fixture.componentRef.setInput('unit', { - id: 1, - callSign: 'unit1', - name: 'name', - }); - fixture.detectChanges(); - - expect(fixture.componentInstance).toBeTruthy(); - }); -});