bildungdb/src/app/prergebnis/prergebnis.component.spec.ts
Daniel Kirchmeier 5f3a5605fe noch einmal
2022-08-26 15:37:47 +02:00

24 lines
627 B
TypeScript

import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PrergebnisComponent } from './prergebnis.component';
describe('PrergebnisComponent', () => {
let component: PrergebnisComponent;
let fixture: ComponentFixture<PrergebnisComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ PrergebnisComponent ]
})
.compileComponents();
fixture = TestBed.createComponent(PrergebnisComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});