This commit is contained in:
Bastian Wagner
2026-03-12 11:45:23 +01:00
parent f5827907ec
commit f8b635b967

View File

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