unit
This commit is contained in:
@@ -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();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user