Select Git revision
bescheid-container.component.spec.ts
bescheid-container.component.spec.ts 665 B
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { BescheidContainerComponent } from './bescheid-container.component';
describe('BescheidContainerComponent', () => {
let component: BescheidContainerComponent;
let fixture: ComponentFixture<BescheidContainerComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [BescheidContainerComponent],
}).compileComponents();
fixture = TestBed.createComponent(BescheidContainerComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});